Skip to content

Commit 4039373

Browse files
authored
Merge pull request #207054 from amibp/main
Updated incorrect timeout default value
2 parents 2d6ea2b + 3d83736 commit 4039373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-job-sweep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
163163
| --- | ---- | ----------- | ------------- |
164164
| `max_total_trials` | integer | The maximum time in seconds the job is allowed to run. Once this limit is reached the system will cancel the job. | `1000` |
165165
| `max_concurrent_trials` | integer | | Defaults to `max_total_trials`. |
166-
| `timeout` | integer | The maximum time in seconds the entire sweep job is allowed to run. Once this limit is reached the system will cancel the sweep job, including all its trials. | `100800` |
166+
| `timeout` | integer | The maximum time in seconds the entire sweep job is allowed to run. Once this limit is reached the system will cancel the sweep job, including all its trials. | `604800` |
167167
| `trial_timeout` | integer | The maximum time in seconds each trial job is allowed to run. Once this limit is reached the system will cancel the trial. | |
168168

169169
### Attributes of the `trial` key

0 commit comments

Comments
 (0)