tests: Use multiprocess.

This commit is contained in:
tecnovert
2019-08-16 00:31:39 +02:00
parent b5216e1d96
commit f906b1aebb
3 changed files with 28 additions and 21 deletions

View File

@@ -217,9 +217,9 @@ def prepareDataDir(coin, settings, data_dir, chain, particl_mnemonic):
if coin == 'particl':
fp.write('debugexclude=libevent\n')
fp.write('zmqpubsmsg=tcp://127.0.0.1:{}\n'.format(settings['zmqport']))
fp.write('spentindex=1')
fp.write('txindex=1')
fp.write('staking=0')
fp.write('spentindex=1\n')
fp.write('txindex=1\n')
fp.write('staking=0\n')
if particl_mnemonic == 'none':
fp.write('createdefaultmasterkey=1')