Skip to content

Commit

Permalink
chore: Increase E2E test timeout because GitHub Actions Window runner…
Browse files Browse the repository at this point in the history
… is slow
  • Loading branch information
aklinker1 authored Sep 2, 2023
1 parent b301ee3 commit 2a0842b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default defineWorkspace([
name: 'e2e',
dir: 'e2e',
singleThread: true,
testTimeout: 20e3,
testTimeout: 60e3,
},
plugins: [testSeed()],
},
Expand Down

0 comments on commit 2a0842b

Please sign in to comment.