Make the integration test slightly more consistent
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
This commit is contained in:
parent
b8a0ec137c
commit
87cc47f498
1 changed files with 4 additions and 0 deletions
|
@ -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')))
|
||||
|
|
Loading…
Reference in a new issue