Skip to content

Commit 2a5a2f0

Browse files
committed
Fix: modal timeout
1 parent bd40af5 commit 2a5a2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runners/modal_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def timeout_handler(signum, frame):
8787

8888
def modal_run_config( # noqa: C901
8989
config: dict,
90-
timeout_seconds: int = 600,
90+
timeout_seconds: int = 1200,
9191
) -> FullResult:
9292
"""Modal version of run_pytorch_script, handling timeouts"""
9393
try:

0 commit comments

Comments
 (0)