We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830bf51 commit 94a5afcCopy full SHA for 94a5afc
.github/workflows/update-dumps.yml
@@ -104,6 +104,7 @@ jobs:
104
if (Test-Path "output.log") {
105
$content = Get-Content "output.log" -Raw
106
if ($content -match "cache itemModelCache thrashing, enlarging to 512 entries") {
107
+ Start-Sleep -Seconds 10
108
Write-Host "Startup completed, stopping process"
109
Stop-Process -Id $process.Id -Force
110
break
0 commit comments