mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
CHEF-1631 Clarify that command timeout default was withdrawn (#6511)
* Clarify that command timeout default was withdrawn Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com> * Delete reference to timeout default entirely. Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com> --------- Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
This commit is contained in:
parent
ce5fb0fb46
commit
3759157b07
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ end
|
|||
```
|
||||
|
||||
This example would run the `find` command for up to 300 seconds, then give up and fail the control if it exceeded that time.
|
||||
On supported target platforms, the default timeout is 3600 seconds (one hour).
|
||||
|
||||
Aside from setting the value on a per-resource basis, you may also use the `--command-timeout` CLI option to globally set a command timeout. The CLI option takes precedence over any per-resource `timeout:` options.
|
||||
|
||||
|
|
Loading…
Reference in a new issue