Skip to content

Commit 8c6f7a9

Browse files
author
Mark Saroufim
authored
Update default timeout in modal_run_config (#363)
Increased the default timeout from 300 to 600 seconds.
1 parent 6c188c7 commit 8c6f7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = 300,
90+
timeout_seconds: int = 600,
9191
) -> FullResult:
9292
"""Modal version of run_pytorch_script, handling timeouts"""
9393
try:

0 commit comments

Comments
 (0)