Skip to content

Commit 814833e

Browse files
committed
increase test timeout for robustness
1 parent 3a73b01 commit 814833e

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
@@ -27,7 +27,7 @@ async def run(*args, **kwargs):
2727
return wrapper
2828

2929

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

0 commit comments

Comments
 (0)