Skip to content

Commit

Permalink
test(examples): goth debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 25, 2023
1 parent 7f1e3fd commit 25787ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/examples/examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`));
Expand Down

0 comments on commit 25787ec

Please sign in to comment.