Skip to content

Commit fa5f466

Browse files
author
MarcoFalke
committed
test: Fix rpc_net intermittent issue
1 parent b46f37b commit fa5f466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/rpc_net.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def run_test(self):
5454
# Connect nodes both ways.
5555
self.connect_nodes(0, 1)
5656
self.connect_nodes(1, 0)
57+
self.sync_all()
5758

5859
self.test_connection_count()
5960
self.test_getpeerinfo()

0 commit comments

Comments
 (0)