diff options
| author | MarcoFalke <[email protected]> | 2016-10-01 21:07:31 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-10-02 11:16:44 +0200 |
| commit | fa7c35c4ec630838178b4674288da33561a66f08 (patch) | |
| tree | faf4539ae38778a4d6ca5bc2d39efb8685d1e653 /qa/rpc-tests/rpcbind_test.py | |
| parent | Merge #8854: [qa] Fix race condition in p2p-compactblocks test (diff) | |
| download | discoin-fa7c35c4ec630838178b4674288da33561a66f08.tar.xz discoin-fa7c35c4ec630838178b4674288da33561a66f08.zip | |
[qa] util: Move wait_bitcoinds() into stop_nodes()
Diffstat (limited to 'qa/rpc-tests/rpcbind_test.py')
| -rwxr-xr-x | qa/rpc-tests/rpcbind_test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/rpc-tests/rpcbind_test.py b/qa/rpc-tests/rpcbind_test.py index 085024e26..d78d0b884 100755 --- a/qa/rpc-tests/rpcbind_test.py +++ b/qa/rpc-tests/rpcbind_test.py @@ -40,7 +40,6 @@ class RPCBindTest(BitcoinTestFramework): assert_equal(set(get_bind_addrs(pid)), set(expected)) finally: stop_nodes(self.nodes) - wait_bitcoinds() def run_allowip_test(self, allow_ips, rpchost, rpcport): ''' @@ -56,7 +55,6 @@ class RPCBindTest(BitcoinTestFramework): finally: node = None # make sure connection will be garbage collected and closed stop_nodes(self.nodes) - wait_bitcoinds() def run_test(self): # due to OS-specific network stats queries, this test works only on Linux |