Skip to content

Commit 343c77d

Browse files
committed
Set unnecessarily long timeout
1 parent 641bcdd commit 343c77d

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
@@ -95,7 +95,7 @@ async def op(
9595
)
9696
if expect_timeout:
9797
try:
98-
await asyncio.wait_for(execute_operations_concurrently, timeout=10)
98+
await asyncio.wait_for(execute_operations_concurrently, timeout=40)
9999
except TimeoutError:
100100
pass
101101
else:

0 commit comments

Comments
 (0)