Skip to content

Commit 19eee8b

Browse files
committed
chore: update config
1 parent bffbf35 commit 19eee8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

layers/vitest.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ import { defineProject } from 'vitest/config';
33
export default defineProject({
44
test: {
55
environment: 'node',
6+
hookTimeout: 1_000 * 60 * 10, // 10 minutes
7+
testTimeout: 1_000 * 60 * 3, // 3 minutes
68
},
79
});

0 commit comments

Comments
 (0)