Increase timeout for http server in uri test.

This commit is contained in:
Ansible Test Runner 2017-01-24 14:08:24 -08:00 committed by Matt Clay
parent fa7f84217b
commit ff1a732ffd

View file

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