chore: Increate E2E test timeout to fix flakey test

This commit is contained in:
Aaron Klinker
2023-07-29 22:26:05 -05:00
parent 25677ba445
commit dfe424f35d
+1
View File
@@ -33,6 +33,7 @@ export default defineWorkspace([
name: 'e2e',
dir: 'e2e',
singleThread: true,
testTimeout: 20e3,
},
plugins: [testSeed()],
},