Skip to content

Commit 6cab942

Browse files
MarcoFalkeknst
authored andcommitted
Merge bitcoin#23740: test: fix test failures in test/functional/p2p_timeouts.py
0bfb920 test: fix test failures in test/functional/p2p_timeouts.py (Jon Atack) Pull request description: Fixes bitcoin#23739. Top commit has no ACKs. Tree-SHA512: 0173be87d673dd34fe8ebe77789f85a469fde75a81d5d5bf09b5586c7a1092658bcb056ff5ea4b21ba22c99aba06592815734d68f928c131bfa824f3c1b3c2e6
1 parent 9771466 commit 6cab942

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
@@ -96,7 +96,7 @@ def run_test(self):
9696
]
9797

9898
with self.nodes[0].assert_debug_log(expected_msgs=expected_timeout_logs):
99-
self.mock_forward(3)
99+
self.mock_forward(5)
100100
no_verack_node.wait_for_disconnect(timeout=2)
101101
no_version_node.wait_for_disconnect(timeout=1)
102102
no_send_node.wait_for_disconnect(timeout=1)

0 commit comments

Comments
 (0)