Skip to content

Commit 2eb3ef6

Browse files
committed
Change default log wait timeout to 10s
Signed-off-by: Hemil Desai <[email protected]>
1 parent 9073a2c commit 2eb3ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_run/run/torchx_backend/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def wait_and_exit(
122122
log: bool,
123123
runner: Runner | None = None,
124124
timeout: int = 10,
125-
log_join_timeout: int = 600,
125+
log_join_timeout: int = 10,
126126
) -> specs.AppStatus:
127127
if runner is None:
128128
runner = get_runner()

0 commit comments

Comments
 (0)