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 cd8ad93 commit d01a856Copy full SHA for d01a856
tests/nexus/test_worker.py
@@ -28,7 +28,7 @@ async def run(self, id: int) -> None:
28
await nexus_client.execute_operation(
29
"op",
30
id,
31
- schedule_to_close_timeout=timedelta(seconds=30),
+ schedule_to_close_timeout=timedelta(seconds=60),
32
)
33
except Exception:
34
# Expected for operations that can't get a slot or timeout
0 commit comments