Fix expect timeout test. (#26473)
This commit is contained in:
parent
e785cc53db
commit
2401fb5b92
1 changed files with 2 additions and 2 deletions
|
@ -70,10 +70,10 @@
|
|||
|
||||
- name: test timeout option
|
||||
expect:
|
||||
command: "cat"
|
||||
command: "sleep 10"
|
||||
responses:
|
||||
foo: bar
|
||||
timeout: 0
|
||||
timeout: 1
|
||||
ignore_errors: true
|
||||
register: timeout_result
|
||||
|
||||
|
|
Loading…
Reference in a new issue