[qa] fundrawtx: Fix shutdown race

This commit is contained in:
MarcoFalke 2017-06-06 01:23:44 +02:00
parent 9fec4da0be
commit fa62dadabe
1 changed files with 1 additions and 1 deletions

View File

@ -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