Skip to content

Commit 5f9e18c

Browse files
committed
Increase timeout
1 parent f5a25f5 commit 5f9e18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nexus/test_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def op(
7171
for i in range(num_nexus_operations)
7272
]
7373
try:
74-
await asyncio.wait_for(asyncio.gather(*coros), timeout=3)
74+
await asyncio.wait_for(asyncio.gather(*coros), timeout=5)
7575
except asyncio.TimeoutError:
7676
pass
7777
event.set()

0 commit comments

Comments
 (0)