mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
test: fix test failures in test/functional/p2p_timeouts.py
This commit is contained in:
parent
50c502f54a
commit
0bfb9208df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue