Increase timeout for http server in uri test.
This commit is contained in:
parent
fa7f84217b
commit
ff1a732ffd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue