We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc4f3d commit f118b88Copy full SHA for f118b88
ci/appveyor/integration-test.ps1
@@ -56,13 +56,14 @@ $iteration = 0
56
Write-Host "Deleting file $_.FullName after successful integration test completion"
57
Remove-Item -path $_.FullName
58
}
59
+ taskkill /T /F /PID $tests.ID
60
Exit 0
61
62
63
start-sleep -seconds 1
64
65
Write-Host "Process has not completed after 300 seconds. Invoking timeout"
- Stop-ProcessTree -PID $tests.Id
66
67
Exit 1
68
69
Write-Host "After 3 attempts assuming broken"
0 commit comments