Skip to content

Commit 2fdc531

Browse files
updated the keyword issue in the globalTimeout YAML
1 parent 5f83fae commit 2fdc531

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/deep-dive-into-hyperexecute-yaml.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,9 +780,10 @@ skipArtifactStageIfNoTest: true
780780

781781
### `globalTimeout`
782782

783-
The `globalTimeout` value determines the maximum duration (in minutes) of a Job . It can be set between 1 and 150 minutes, and has a default value of 90 minutes.
783+
The `globalTimeout` value determines the maximum duration (in minutes) of a Task(VM) . It can be set between 1 and 150 minutes, and has a default value of 90 minutes.
784+
785+
For example, if you set the `globalTimeout` to 120 minutes, a Task(VM) that exceed this duration will be automatically terminated. If you’re expecting that running all your test-cases despite parallelism is going to take more than 90 mins, set it to an appropriate value, for example, 120. If you have tests that run for longer than the maximum limit of 150 minutes, you need to get in touch with our support team.
784786

785-
For example, if you set the `globalTimeout` to 120 minutes, a Job that exceed this duration will be automatically terminated. If you’re expecting that running all your test-cases despite parallelism is going to take more than 90 mins, set it to an appropriate value, for example, 120. If you have tests that run for longer than the maximum limit of 150 minutes, you need to get in touch with our support team.
786787
```yaml
787788
globalTimeout: 90
788789
```

0 commit comments

Comments
 (0)