Skip to content

Commit f895023

Browse files
author
MarcoFalke
committed
Merge #9628: qa: Increase a sync_blocks timeout in pruning.py
2f10f06 qa: Increase a sync_blocks timeout in pruning.py (Suhas Daftuar)
2 parents b68f898 + 2f10f06 commit f895023

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
@@ -331,7 +331,7 @@ def wallet_test(self):
331331
print ("Syncing node 5 to test wallet")
332332
connect_nodes(self.nodes[0], 5)
333333
nds = [self.nodes[0], self.nodes[5]]
334-
sync_blocks(nds)
334+
sync_blocks(nds, wait=5, timeout=300)
335335
try:
336336
stop_node(self.nodes[5],5) #stop and start to trigger rescan
337337
start_node(5, self.options.tmpdir, ["-debug=1","-prune=550"])

0 commit comments

Comments
 (0)