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
expect:
command: "cat"
command: "sleep 10"
responses:
foo: bar
timeout: 0
timeout: 1
ignore_errors: true
register: timeout_result