Increase async timeout for psrp connection test (#55068)
This commit is contained in:
parent
e6935a285b
commit
58e076b64c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
- name: test out async with psrp
|
- name: test out async with psrp
|
||||||
win_shell: Start-Sleep -Seconds 2; Write-Output abc
|
win_shell: Start-Sleep -Seconds 2; Write-Output abc
|
||||||
async: 5
|
async: 10
|
||||||
poll: 1
|
poll: 1
|
||||||
register: async_out
|
register: async_out
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue