1
0
Fork 0
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:
Matt Clay 2017-07-05 21:47:06 -07:00 committed by GitHub
parent e785cc53db
commit 2401fb5b92

View file

@ -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