Fix core integration test
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
4d15623a23
commit
25cac907be
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue