Skip to content

Commit 30853e1

Browse files
author
MarcoFalke
committed
Merge #10535: [qa] fundrawtx: Fix shutdown race
fa62dad [qa] fundrawtx: Fix shutdown race (MarcoFalke) Tree-SHA512: bf1a3dd053a0f950639bb78fc6ef6255cc5e0b3d27efb97d956f4bd3342839c28a91d8d0793ef7473ab0c8beda30034767031060ae1895408513aa1d9f7c9ff4
2 parents 67700b3 + fa62dad commit 30853e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/fundrawtransaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def run_test(self):
452452
self.stop_node(2)
453453
self.stop_node(3)
454454
self.nodes[1].encryptwallet("test")
455-
self.nodes.pop(1)
455+
bitcoind_processes[1].wait(timeout=BITCOIND_PROC_WAIT_TIMEOUT)
456456

457457
self.nodes = self.start_nodes(self.num_nodes, self.options.tmpdir)
458458
# This test is not meant to test fee estimation and we'd like

0 commit comments

Comments
 (0)