From 25cac907be2abd223bb61806032c8acec9e2a0eb Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Thu, 10 Mar 2022 12:27:01 +0000 Subject: [PATCH] Fix core integration test --- test/core.test.integration.mjs | 3 +++ 1 file changed, 3 insertions(+) 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()