We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c502f commit 0bfb920Copy full SHA for 0bfb920
test/functional/p2p_timeouts.py
@@ -86,7 +86,7 @@ def run_test(self):
86
]
87
88
with self.nodes[0].assert_debug_log(expected_msgs=expected_timeout_logs):
89
- self.mock_forward(2)
+ self.mock_forward(5)
90
no_verack_node.wait_for_disconnect(timeout=1)
91
no_version_node.wait_for_disconnect(timeout=1)
92
no_send_node.wait_for_disconnect(timeout=1)
0 commit comments