asdasdfasdf
This commit is contained in:
parent
915f658da9
commit
60b2bc99cd
2
.github/workflows/e2e-windows.yml
vendored
2
.github/workflows/e2e-windows.yml
vendored
@ -202,7 +202,7 @@ jobs:
|
||||
-RedirectStandardOutput ahk-stdout.log -RedirectStandardError ahk-stderr.log
|
||||
|
||||
# Wait for AHK helper to finish
|
||||
$ahkProc | Wait-Process -Timeout 10 -ErrorAction SilentlyContinue
|
||||
$ahkProc | Wait-Process -Timeout 30 -ErrorAction SilentlyContinue
|
||||
if (-not $ahkProc.HasExited) {
|
||||
Write-Host "AHK helper is still running; stopping it"
|
||||
Stop-Process -Id $ahkProc.Id -Force -ErrorAction SilentlyContinue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user