Skip to content

Commit 31c4029

Browse files
committed
Bump timeout
1 parent 176345b commit 31c4029

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vitest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const ONE_SECOND = 1_000;
44

55
export default defineConfig({
66
test: {
7-
testTimeout: 100 * ONE_SECOND,
8-
hookTimeout: 150 * ONE_SECOND,
7+
testTimeout: 240 * ONE_SECOND,
8+
hookTimeout: 240 * ONE_SECOND,
99
},
1010
});

0 commit comments

Comments
 (0)