Skip to content

Commit 90deb9f

Browse files
author
MarcoFalke
committed
Merge bitcoin/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 #23739. Top commit has no ACKs. Tree-SHA512: 0173be87d673dd34fe8ebe77789f85a469fde75a81d5d5bf09b5586c7a1092658bcb056ff5ea4b21ba22c99aba06592815734d68f928c131bfa824f3c1b3c2e6
2 parents faea4c9 + 0bfb920 commit 90deb9f

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)