From d77f5cb08b70d996aee4707b46af1aeda7885edc Mon Sep 17 00:00:00 2001 From: Jean Christophe Roques Date: Fri, 20 Dec 2024 08:18:28 +0100 Subject: [PATCH] fix installer test --- .github/scripts/agent_installer_test.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/agent_installer_test.ps1 b/.github/scripts/agent_installer_test.ps1 index 2d0bbfa43b..e631c681e5 100644 --- a/.github/scripts/agent_installer_test.ps1 +++ b/.github/scripts/agent_installer_test.ps1 @@ -18,7 +18,7 @@ # This script test CMA installer in silent mode -Set-PSDebug -Trace 2 +#Set-PSDebug -Trace 2 function f_start_process([string]$sProcess, [string]$sArgs, [ref]$pOutPut) { <# @@ -189,6 +189,7 @@ if ($key_found) { exit 1 } +Start-Sleep -Seconds 10 Write-Host "############################ installer test ############################"