Skip to content

Commit 94a5afc

Browse files
committed
added a 10 second delay before shutting RL the first time
1 parent 830bf51 commit 94a5afc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-dumps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
if (Test-Path "output.log") {
105105
$content = Get-Content "output.log" -Raw
106106
if ($content -match "cache itemModelCache thrashing, enlarging to 512 entries") {
107+
Start-Sleep -Seconds 10
107108
Write-Host "Startup completed, stopping process"
108109
Stop-Process -Id $process.Id -Force
109110
break

0 commit comments

Comments
 (0)