Skip to content

Commit 37315c7

Browse files
committed
tests: increase wait time in p2p_invalid_messages.py
1 parent f6666b3 commit 37315c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/p2p_invalid_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def test_fill_askfor(self):
218218
msg = messages.msg_inv(invs)
219219
conn.send_message(msg)
220220

221-
time.sleep(20) # wait a bit
221+
time.sleep(30) # wait a bit
222222
assert_equal(conn.getdata_count, 50000)
223223

224224
# Prior #2611 the node was blocking any follow-up request.

0 commit comments

Comments
 (0)