Skip to content

Commit 089cc9f

Browse files
authored
chore: Fix max_walltime docs (#685)
Signed-off-by: Wojciech Prazuch <wprazuch@nvidia.com>
1 parent 1446a76 commit 089cc9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/libraries/nemo-evaluator-launcher/configuration/executors

docs/libraries/nemo-evaluator-launcher/configuration/executors/slurm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ execution:
217217

218218
**Configuration:**
219219
- `max_walltime`: Maximum total runtime in `HH:MM:SS` format (e.g., `"24:00:00"` for 24 hours)
220-
- Defaults to `"72:00:00"` (72 hours). Set to `null` for unlimited resuming
220+
- Defaults to `"120:00:00"` (120 hours). Set to `null` for unlimited resuming
221221

222222
:::{note}
223223
The `max_walltime` tracks **actual job execution time only**, excluding time spent waiting in the queue. This ensures accurate runtime accounting even when jobs are repeatedly preempted or must wait for resources.

0 commit comments

Comments
 (0)