Fix core integration test
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master v3.0.0-beta.4
Jonatan Nilsson 2022-03-10 12:27:01 +00:00
parent 4d15623a23
commit 25cac907be
1 changed files with 3 additions and 0 deletions

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()