mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
qa: Increase a sync_blocks timeout in pruning.py
This commit is contained in:
parent
9ec1330b45
commit
2f10f06196
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user