Fix expect timeout test. (#26473)

pull/26474/head
Matt Clay 8 years ago committed by GitHub
parent e785cc53db
commit 2401fb5b92

@ -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…
Cancel
Save