diff --git a/test/core.test.integration.mjs b/test/core.test.integration.mjs index a77d635..d44a7a4 100644 --- a/test/core.test.integration.mjs +++ b/test/core.test.integration.mjs @@ -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()