From 25787ec100e10a1608021fda29eddf7be1139aa0 Mon Sep 17 00:00:00 2001 From: Marcin Gordel Date: Mon, 25 Sep 2023 13:38:28 +0200 Subject: [PATCH] test(examples): goth debug --- tests/examples/examples.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/examples/examples.test.ts b/tests/examples/examples.test.ts index 0ba642517..1df7125ff 100644 --- a/tests/examples/examples.test.ts +++ b/tests/examples/examples.test.ts @@ -68,8 +68,6 @@ async function testAll(examples: Example[]) { ), ), ]); - // For debugging CI Goth, wait before starting tests - await new Promise((res) => setTimeout(res, 10_000)); for (const example of examples) { try { console.log(chalk.yellow(`\n---- Starting test: "${example.path}" ----\n`));