mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Increase async time limit on tests to 10 seconds. (#16921)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user