mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Increase timeout for http server in uri test.
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user