diff options
author | Jon Atack <jon@atack.com> | 2021-12-11 01:02:34 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-12-11 01:20:32 +0100 |
commit | 0bfb9208df556f77cddfedfd73e5811a0e031d34 (patch) | |
tree | 7b80f7955fc34815537d35648e0d4f1154e4986a | |
parent | 50c502f54abd9eb15c8ddca013f0fdfae3d132a9 (diff) |
test: fix test failures in test/functional/p2p_timeouts.py
-rwxr-xr-x | test/functional/p2p_timeouts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_timeouts.py b/test/functional/p2p_timeouts.py index cf714bc888..602f826782 100755 --- a/test/functional/p2p_timeouts.py +++ b/test/functional/p2p_timeouts.py @@ -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) |