Skip to content

Commit 0bfb920

Browse files
committed
test: fix test failures in test/functional/p2p_timeouts.py
1 parent 50c502f commit 0bfb920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/p2p_timeouts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run_test(self):
8686
]
8787

8888
with self.nodes[0].assert_debug_log(expected_msgs=expected_timeout_logs):
89-
self.mock_forward(2)
89+
self.mock_forward(5)
9090
no_verack_node.wait_for_disconnect(timeout=1)
9191
no_version_node.wait_for_disconnect(timeout=1)
9292
no_send_node.wait_for_disconnect(timeout=1)

0 commit comments

Comments
 (0)