mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
- name: test timeout option
|
||||||
expect:
|
expect:
|
||||||
command: "cat"
|
command: "sleep 10"
|
||||||
responses:
|
responses:
|
||||||
foo: bar
|
foo: bar
|
||||||
timeout: 0
|
timeout: 1
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
register: timeout_result
|
register: timeout_result
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue