We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4a2e7 commit 02dbd3fCopy full SHA for 02dbd3f
tests/e2e/tutorials/tutorialBase.js
@@ -215,7 +215,7 @@ class TutorialBase {
215
nodeIds.splice(i, 1);
216
}
217
218
- await utils.sleep(2500);
+ await utils.sleep(5000);
219
if (nodeIds.length === 0) {
220
console.log("Services ready in", ((new Date().getTime()) - start) / 1000);
221
// after the service is responsive we need to wait a bit until the iframe is rendered
0 commit comments