We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a25f5 commit 5f9e18cCopy full SHA for 5f9e18c
tests/nexus/test_worker.py
@@ -71,7 +71,7 @@ async def op(
71
for i in range(num_nexus_operations)
72
]
73
try:
74
- await asyncio.wait_for(asyncio.gather(*coros), timeout=3)
+ await asyncio.wait_for(asyncio.gather(*coros), timeout=5)
75
except asyncio.TimeoutError:
76
pass
77
event.set()
0 commit comments