chore: Increase E2E test timeout

GitHub actions windows fails every once in a while due to a timeout, this should reduce those errors
This commit is contained in:
Aaron Klinker
2023-09-27 11:36:37 -05:00
parent c4a6ff928d
commit 5482b2f934
+1 -1
View File
@@ -33,7 +33,7 @@ export default defineWorkspace([
name: 'e2e',
dir: 'e2e',
singleThread: true,
testTimeout: 60e3,
testTimeout: 120e3,
},
plugins: [testSeed()],
},