Skip to content

Commit

Permalink
chore(test): increase test timeout for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed May 10, 2023
1 parent 4a06337 commit a9703ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mainTestFn(import.meta);
test("compas/examples", async (t) => {
const examples = await readdir("./examples");

t.timeout = 5000;
t.timeout = 8000;

const configs = (
await Promise.all(
Expand Down

0 comments on commit a9703ac

Please sign in to comment.