Increase timeout as laptops on battery power have cpu throttling.

This commit is contained in:
Simon 2016-12-05 10:46:12 -08:00
parent 5a0d9db4e4
commit f3c4919027
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class WalletProtectCoinbaseTest (BitcoinTestFramework):
print('waiting for async operation {}'.format(myopid))
opids = []
opids.append(myopid)
timeout = 120
timeout = 300
status = None
errormsg = None
for x in xrange(1, timeout):