aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-10-21 21:12:09 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-10-21 21:07:28 +0200
commitfa5f46600fb98f1b35346bedc1a66c9019d01114 (patch)
treea221a5669097a9bbc9abe2c8a6a966a43802fd6a /test
parentb46f37ba5ec4fbd2e4c82343fc4f353d7f34837a (diff)
downloadbitcoin-fa5f46600fb98f1b35346bedc1a66c9019d01114.tar.xz
test: Fix rpc_net intermittent issue
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/rpc_net.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/rpc_net.py b/test/functional/rpc_net.py
index 9f7498a2f6..71e8e1b22a 100755
--- a/test/functional/rpc_net.py
+++ b/test/functional/rpc_net.py
@@ -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()