Increase sleep time in verify-fleetd-base.yml (#27763)

https://github.com/fleetdm/fleet/actions/runs/14211929711
This commit is contained in:
Lucas Manuel Rodriguez 2025-04-02 14:30:04 -03:00 committed by GitHub
parent a8e68dd5a9
commit e2e8c32797
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }