mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Increase sleep time in verify-fleetd-base.yml (#27763)
https://github.com/fleetdm/fleet/actions/runs/14211929711
This commit is contained in:
parent
a8e68dd5a9
commit
e2e8c32797
1 changed files with 1 additions and 1 deletions
2
.github/workflows/verify-fleetd-base.yml
vendored
2
.github/workflows/verify-fleetd-base.yml
vendored
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue