Skip to content

Commit cf8539b

Browse files
committed
test(js): try to increase timeout for tests to fix failing to clean up
1 parent f5af130 commit cf8539b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filen-sdk-rs/web/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export default defineConfig({
6363
}
6464
},
6565
test: {
66-
hookTimeout: 60000,
67-
testTimeout: 30000,
66+
hookTimeout: 180000,
67+
testTimeout: 60000,
6868
browser: {
6969
enabled: true,
7070
headless: true,

0 commit comments

Comments
 (0)