We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd40af5 commit 2a5a2f0Copy full SHA for 2a5a2f0
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 = 600,
+ timeout_seconds: int = 1200,
91
) -> FullResult:
92
"""Modal version of run_pytorch_script, handling timeouts"""
93
try:
0 commit comments