Increase timeout for http server in uri test.

pull/20617/head
Ansible Test Runner 8 years ago committed by Matt Clay
parent fa7f84217b
commit ff1a732ffd

@ -43,7 +43,7 @@
- name: start SimpleHTTPServer
shell: cd {{ files_dir }} && {{ ansible_python.executable }} {{ output_dir}}/testserver.py {{ http_port }}
async: 60 # this test set takes ~15 seconds to run
async: 120 # this test set can take ~1m to run on FreeBSD (via Shippable)
poll: 0
- wait_for: port={{ http_port }}

Loading…
Cancel
Save