diff --git a/Tasks/PowerShellV2/powershell.ps1 b/Tasks/PowerShellV2/powershell.ps1 index 7d910d223ff..ba8dc39ac82 100644 --- a/Tasks/PowerShellV2/powershell.ps1 +++ b/Tasks/PowerShellV2/powershell.ps1 @@ -62,7 +62,7 @@ try { } # Wait for the async runspace to start and get ready to listen to User scripts requests - Start-Sleep 20 + Start-Sleep 30 # Get inputs. $input_errorActionPreference = Get-ActionPreference -VstsInputName 'errorActionPreference' -DefaultAction 'Stop'