mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-02 07:50:44 +02:00
Merge bitcoin/bitcoin#23740: test: fix test failures in test/functional/p2p_timeouts.py
0bfb9208df556f77cddfedfd73e5811a0e031d34 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
This commit is contained in:
commit
90deb9f980
@ -86,7 +86,7 @@ class TimeoutsTest(BitcoinTestFramework):
|
||||
]
|
||||
|
||||
with self.nodes[0].assert_debug_log(expected_msgs=expected_timeout_logs):
|
||||
self.mock_forward(2)
|
||||
self.mock_forward(5)
|
||||
no_verack_node.wait_for_disconnect(timeout=1)
|
||||
no_version_node.wait_for_disconnect(timeout=1)
|
||||
no_send_node.wait_for_disconnect(timeout=1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user