Skip to content

Commit d01a856

Browse files
committed
Try again
1 parent cd8ad93 commit d01a856

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
@@ -28,7 +28,7 @@ async def run(self, id: int) -> None:
2828
await nexus_client.execute_operation(
2929
"op",
3030
id,
31-
schedule_to_close_timeout=timedelta(seconds=30),
31+
schedule_to_close_timeout=timedelta(seconds=60),
3232
)
3333
except Exception:
3434
# Expected for operations that can't get a slot or timeout

0 commit comments

Comments
 (0)