mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02: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.
|
||||
self.connect_nodes(0, 1)
|
||||
self.connect_nodes(1, 0)
|
||||
self.sync_all()
|
||||
|
||||
self.test_connection_count()
|
||||
self.test_getpeerinfo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue