aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-06-06 01:23:44 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-06-06 01:23:01 +0200
commitfa62dadabed9e7f3f2322961806a0fddb9d8f85a (patch)
treed714f949ca57cfe96fb2d53939931b680bb47f78 /test
parent9fec4da0bec93a49798b5f5e92cf76e900759ee4 (diff)
downloadbitcoin-fa62dadabed9e7f3f2322961806a0fddb9d8f85a.tar.xz
[qa] fundrawtx: Fix shutdown race
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/fundrawtransaction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/fundrawtransaction.py b/test/functional/fundrawtransaction.py
index c41afe2b93..0a3166b89b 100755
--- a/test/functional/fundrawtransaction.py
+++ b/test/functional/fundrawtransaction.py
@@ -452,7 +452,7 @@ class RawTransactionsTest(BitcoinTestFramework):
self.stop_node(2)
self.stop_node(3)
self.nodes[1].encryptwallet("test")
- self.nodes.pop(1)
+ bitcoind_processes[1].wait(timeout=BITCOIND_PROC_WAIT_TIMEOUT)
self.nodes = self.start_nodes(self.num_nodes, self.options.tmpdir)
# This test is not meant to test fee estimation and we'd like