Skip to content

Commit 2f10f06

Browse files
committed
qa: Increase a sync_blocks timeout in pruning.py
1 parent 9ec1330 commit 2f10f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/rpc-tests/pruning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def wallet_test(self):
314314
print ("Syncing node 5 to test wallet")
315315
connect_nodes(self.nodes[0], 5)
316316
nds = [self.nodes[0], self.nodes[5]]
317-
sync_blocks(nds)
317+
sync_blocks(nds, wait=5, timeout=300)
318318
try:
319319
stop_node(self.nodes[5],5) #stop and start to trigger rescan
320320
start_node(5, self.options.tmpdir, ["-debug=1","-prune=550"])

0 commit comments

Comments
 (0)