mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
test: Fix rpc_net intermittent issue
This commit is contained in:
parent
b46f37ba5e
commit
fa5f46600f
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class NetTest(BitcoinTestFramework):
|
||||||
# Connect nodes both ways.
|
# Connect nodes both ways.
|
||||||
self.connect_nodes(0, 1)
|
self.connect_nodes(0, 1)
|
||||||
self.connect_nodes(1, 0)
|
self.connect_nodes(1, 0)
|
||||||
|
self.sync_all()
|
||||||
|
|
||||||
self.test_connection_count()
|
self.test_connection_count()
|
||||||
self.test_getpeerinfo()
|
self.test_getpeerinfo()
|
||||||
|
|
Loading…
Add table
Reference in a new issue