mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
Increase async timeout for psrp connection test (#55068)
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
- name: test out async with psrp
|
||||
win_shell: Start-Sleep -Seconds 2; Write-Output abc
|
||||
async: 5
|
||||
async: 10
|
||||
poll: 1
|
||||
register: async_out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user