We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd7584 commit ab83fbaCopy full SHA for ab83fba
1 file changed
.github/workflows/test.yml
@@ -163,7 +163,7 @@ jobs:
163
Remove-Item -Force -ErrorAction SilentlyContinue out.txt, err.txt
164
$p = Start-Process -FilePath $exe -ArgumentList @("$arg1","$arg2") -NoNewWindow -PassThru `
165
-RedirectStandardOutput out.txt -RedirectStandardError err.txt
166
- if (-not (Wait-Process -Id $p.Id -Timeout 120 -ErrorAction SilentlyContinue)) {
+ if (-not (Wait-Process -Id $p.Id -Timeout 300 -ErrorAction SilentlyContinue)) {
167
Write-Host "TIMEOUT: killing $exe"
168
Stop-Process -Id $p.Id -Force -ErrorAction SilentlyContinue
169
Get-Content err.txt -ErrorAction SilentlyContinue | Write-Host
0 commit comments