Auto merge of #1918 - bitcartel:timeout_cpu_throttling, r=str4d

Increase timeout as laptops on battery power have cpu throttling.

Merge this last as other PRs also update the test file `wallet_protectcoinbase.py`.
This commit is contained in:
zkbot 2016-12-09 09:03:37 +00:00
commit 02bb4df58d
1 changed files with 1 additions and 1 deletions

View File

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