Skip to content

Commit 209cf03

Browse files
authored
Merge pull request #127188 from varshagangu9/patch-1
Update the timeout documentation in task invocation
2 parents 3ef932c + 55ad7b4 commit 209cf03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dev-box/reference-dev-box-customizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ tasks:
7979
package: GitHub.GitHubDesktop
8080
```
8181

82-
All tasks support the `timeout` parameter, which is optional.
82+
All tasks support the `timeout` property, which is optional.
8383

8484
Example:
8585

8686
```
8787
tasks:
8888
- name: powershell
89+
timeout: 1800 # in seconds
8990
parameters:
9091
command: <command>
91-
timeout: 1800 # in seconds
9292
```
9393

9494
### Built-in tasks

0 commit comments

Comments
 (0)