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

This commit is contained in:
Jonatan Nilsson 2022-03-10 13:10:02 +00:00
parent b8a0ec137c
commit 87cc47f498

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