From 58e076b64c8ef39508d32d337412dbe957cea6b9 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 10 Apr 2019 13:56:27 +1000 Subject: [PATCH] Increase async timeout for psrp connection test (#55068) --- test/integration/targets/connection_psrp/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/connection_psrp/tests.yml b/test/integration/targets/connection_psrp/tests.yml index ad700536dca..4425d56e029 100644 --- a/test/integration/targets/connection_psrp/tests.yml +++ b/test/integration/targets/connection_psrp/tests.yml @@ -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