Skip to content

Commit

Permalink
test(examples): increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 29, 2023
1 parent 0f2b24c commit b7af44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Example = {
skip?: boolean;
};

async function test(cmd: string, path: string, args: string[] = [], timeout = 120) {
async function test(cmd: string, path: string, args: string[] = [], timeout = 180) {
const file = basename(path);
const cwd = dirname(path);
const spawnedExample = spawn(cmd, [file, ...args], { cwd });
Expand Down

0 comments on commit b7af44e

Please sign in to comment.