From e2e8c3279703dfdeac4cd595fad4a941a9935fc9 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Wed, 2 Apr 2025 14:30:04 -0300 Subject: [PATCH] Increase sleep time in `verify-fleetd-base.yml` (#27763) https://github.com/fleetdm/fleet/actions/runs/14211929711 --- .github/workflows/verify-fleetd-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-fleetd-base.yml b/.github/workflows/verify-fleetd-base.yml index bd3f1b5229..6f55135e1d 100644 --- a/.github/workflows/verify-fleetd-base.yml +++ b/.github/workflows/verify-fleetd-base.yml @@ -111,7 +111,7 @@ jobs: run: | Start-Process msiexec "/i fleetd-base.msi /qn FLEET_URL='https://fleet.example.com' FLEET_SECRET='insecure'" -Wait if (! $?) { exit 1 } - Start-Sleep -Seconds 5 + Start-Sleep -Seconds 60 cd "C:\Windows\System32\config\systemprofile\AppData\Local\FleetDM\Orbit\Logs" Get-ChildItem if (!(Test-Path "C:\Windows\System32\config\systemprofile\AppData\Local\FleetDM\Orbit\Logs\orbit-osquery.log" -PathType Leaf)) { exit 1 }