aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@chaincode.com>2017-01-25 09:30:38 -0500
committerSuhas Daftuar <sdaftuar@chaincode.com>2017-01-25 10:21:37 -0500
commit2f10f06196ace64c549172f9ab081d28115228d5 (patch)
treec45c9bf9835750d6095898b01fe63935fe9a8ac5 /qa
parent9ec1330b455c1ab2eb6b89f8a2ab885677d4ae8a (diff)
downloadbitcoin-2f10f06196ace64c549172f9ab081d28115228d5.tar.xz
qa: Increase a sync_blocks timeout in pruning.py
Diffstat (limited to 'qa')
-rwxr-xr-xqa/rpc-tests/pruning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/pruning.py b/qa/rpc-tests/pruning.py
index 25f0779003..e740127d37 100755
--- a/qa/rpc-tests/pruning.py
+++ b/qa/rpc-tests/pruning.py
@@ -314,7 +314,7 @@ class PruneTest(BitcoinTestFramework):
print ("Syncing node 5 to test wallet")
connect_nodes(self.nodes[0], 5)
nds = [self.nodes[0], self.nodes[5]]
- sync_blocks(nds)
+ sync_blocks(nds, wait=5, timeout=300)
try:
stop_node(self.nodes[5],5) #stop and start to trigger rescan
start_node(5, self.options.tmpdir, ["-debug=1","-prune=550"])