Skip to content

Commit 3c8eaec

Browse files
committed
test: fix timeout
what...
1 parent 856fbbe commit 3c8eaec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515

1616
beforeAll(async () => {
1717
await preTest();
18-
});
18+
}, 1000000);
1919

2020
afterAll(postTest);
2121

test/vitest.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { defineConfig } from "vite";
33

44
export default defineConfig({
55
test: {
6-
// Big enough?!
76
testTimeout: 100000,
8-
hookTimeout: 100000,
97
},
108
});

0 commit comments

Comments
 (0)