Skip to content

Commit 2bd56fe

Browse files
committed
increase test timeout for robustness
1 parent c08cca2 commit 2bd56fe

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
@@ -33,7 +33,7 @@ async def run(*args, **kwargs):
3333
return wrapper
3434

3535

36-
async def wait_for_message(pubsub, timeout=0.1, ignore_subscribe_messages=False):
36+
async def wait_for_message(pubsub, timeout=0.2, ignore_subscribe_messages=False):
3737
now = asyncio.get_event_loop().time()
3838
timeout = now + timeout
3939
while now < timeout:

0 commit comments

Comments
 (0)