mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 12:03:04 +02:00
test: Fix rpc_net intermittent issue
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user