Fix core integration test
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded

This commit is contained in:
Jonatan Nilsson 2022-03-10 12:27:01 +00:00
parent 4d15623a23
commit 25cac907be

View file

@ -512,6 +512,9 @@ runners.forEach(function([runnerName, appname]) {
while (!hasLogLine(/Server is listening on 31313 serving v4/)) {
await catchupLog(10)
}
while (!hasLogLine(/is up and running/)) {
await setTimeout(10)
}
catchupLog()