From e575715577a027a743267a2ad3e6f9df5dafc74f Mon Sep 17 00:00:00 2001 From: Praval Singhal Date: Wed, 11 Dec 2024 20:31:22 +0530 Subject: [PATCH] dummy change for test pipeline trigger --- Tasks/PowerShellV2/powershell.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'