Skip to content

Commit 02dbd3f

Browse files
authored
wait a bit more after the service is ready.
1 parent ec4a2e7 commit 02dbd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tutorials/tutorialBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class TutorialBase {
215215
nodeIds.splice(i, 1);
216216
}
217217
}
218-
await utils.sleep(2500);
218+
await utils.sleep(5000);
219219
if (nodeIds.length === 0) {
220220
console.log("Services ready in", ((new Date().getTime()) - start) / 1000);
221221
// after the service is responsive we need to wait a bit until the iframe is rendered

0 commit comments

Comments
 (0)