We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe00192 commit d9ab0ffCopy full SHA for d9ab0ff
test/functional/example_test.py
@@ -186,12 +186,15 @@ def run_test(self):
186
self.log.info("Connect node2 and node1")
187
connect_nodes(self.nodes[1], 2)
188
189
+ self.log.info("Wait for node2 to receive all the blocks from node1")
190
+ self.sync_all()
191
+
192
self.log.info("Add P2P connection to node2")
193
self.nodes[0].disconnect_p2ps()
194
195
self.nodes[2].add_p2p_connection(BaseNode())
196
- self.log.info("Wait for node2 reach current tip. Test that it has propagated all the blocks to us")
197
+ self.log.info("Test that node2 propagates all the blocks to us")
198
199
getdata_request = msg_getdata()
200
for block in blocks:
0 commit comments