1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Increase async time limit on tests to 10 seconds. (#16921)

This commit is contained in:
Matt Clay 2016-08-02 13:30:26 -07:00 committed by GitHub
parent ff4f4bc8a0
commit 00fbc76e69
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
# make sure non-JSON data before module output is ignored
- name: async ping with invalid locale via ssh
ping:
async: 3
async: 10
poll: 1
register: result
- debug: var=result