Skip to content

Commit 17a8ea6

Browse files
author
taras
committed
Reduce test flakiness
1 parent 6caf4b4 commit 17a8ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def buffer_updated(self, bytes_read):
327327
assert client.read_callback_count == 1
328328

329329
client.transport.resume_reading()
330-
assert await client.readn(len(payload), timeout=2.0) == payload
330+
assert await client.readn(len(payload), timeout=4.0) == payload
331331
assert client.read_callback_count > 1
332332

333333

0 commit comments

Comments
 (0)