Browse Source

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`.
pull/4/head
zkbot 8 years ago
parent
commit
02bb4df58d
  1. 2
      qa/rpc-tests/wallet_protectcoinbase.py

2
qa/rpc-tests/wallet_protectcoinbase.py

@ -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

Loading…
Cancel
Save