mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
retain wait one additional second
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
parent
6ab97cbfca
commit
ab45310e9b
@ -74,7 +74,7 @@ class TimeoutsTest(BitcoinTestFramework):
|
|||||||
]
|
]
|
||||||
|
|
||||||
with self.nodes[0].assert_debug_log(expected_msgs=expected_timeout_logs):
|
with self.nodes[0].assert_debug_log(expected_msgs=expected_timeout_logs):
|
||||||
sleep(2)
|
sleep(3)
|
||||||
assert not no_verack_node.connected
|
assert not no_verack_node.connected
|
||||||
assert not no_version_node.connected
|
assert not no_version_node.connected
|
||||||
assert not no_send_node.connected
|
assert not no_send_node.connected
|
||||||
|
Loading…
Reference in New Issue
Block a user