Skip to content

Commit 36fda7b

Browse files
committed
increase test timeout for robustness
1 parent 9abe3eb commit 36fda7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_pubsub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def run(*args, **kwargs):
2929
return wrapper
3030

3131

32-
async def wait_for_message(pubsub, timeout=0.1, ignore_subscribe_messages=False):
32+
async def wait_for_message(pubsub, timeout=0.2, ignore_subscribe_messages=False):
3333
now = asyncio.get_event_loop().time()
3434
timeout = now + timeout
3535
while now < timeout:

0 commit comments

Comments
 (0)