Skip to content

Commit 8f3dc47

Browse files
committed
timeout 1
1 parent 4a687f7 commit 8f3dc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-typescript/src/lib/runner/runner.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ describe('createRunnerFunction', () => {
1313
).resolves.toMatchFileSnapshot(
1414
'__snapshots__/runner-function-all-audits.json',
1515
);
16-
}, 15_000);
16+
}, 60_000);
1717
});

0 commit comments

Comments
 (0)