Skip to content

Commit c3f1adc

Browse files
committed
Increasing timeout for pubsub async tests
1 parent 09d8678 commit c3f1adc

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.5, ignore_subscribe_messages=False):
3131
now = asyncio.get_event_loop().time()
3232
timeout = now + timeout
3333
while now < timeout:

0 commit comments

Comments
 (0)