We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c188c7 commit 8c6f7a9Copy full SHA for 8c6f7a9
1 file changed
src/runners/modal_runner.py
@@ -87,7 +87,7 @@ def timeout_handler(signum, frame):
87
88
def modal_run_config( # noqa: C901
89
config: dict,
90
- timeout_seconds: int = 300,
+ timeout_seconds: int = 600,
91
) -> FullResult:
92
"""Modal version of run_pytorch_script, handling timeouts"""
93
try:
0 commit comments