Make the integration test slightly more consistent
continuous-integration/appveyor/branch AppVeyor build failed Details

master
Jonatan Nilsson 2022-03-10 13:10:02 +00:00
parent b8a0ec137c
commit 87cc47f498
1 changed files with 4 additions and 0 deletions

View File

@ -325,6 +325,10 @@ runners.forEach(function([runnerName, appname]) {
}
}
while (!hasLogLine(/is up and running/)) {
await setTimeout(10)
}
catchupLog()
let db = JSON.parse(await fs.readFile(util.getPathFromRoot('./db.json')))