Skip to content

Commit 2a0842b

Browse files
authored
chore: Increase E2E test timeout because GitHub Actions Window runner is slow
1 parent b301ee3 commit 2a0842b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineWorkspace([
3333
name: 'e2e',
3434
dir: 'e2e',
3535
singleThread: true,
36-
testTimeout: 20e3,
36+
testTimeout: 60e3,
3737
},
3838
plugins: [testSeed()],
3939
},

0 commit comments

Comments
 (0)