Skip to content

Commit

Permalink
chore: Increase E2E test timeout
Browse files Browse the repository at this point in the history
GitHub actions windows fails every once in a while due to a timeout, this should reduce those errors
  • Loading branch information
aklinker1 committed Sep 27, 2023
1 parent c4a6ff9 commit 5482b2f
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: 60e3,
testTimeout: 120e3,
},
plugins: [testSeed()],
},
Expand Down

0 comments on commit 5482b2f

Please sign in to comment.