File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default defineConfig({
66 cacheDir : '../../node_modules/.vite/ci-e2e' ,
77 test : {
88 reporters : [ 'basic' ] ,
9- testTimeout : 20_000 ,
9+ testTimeout : 25_000 ,
1010 globals : true ,
1111 alias : tsconfigPathAliases ( ) ,
1212 pool : 'threads' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default defineConfig({
66 cacheDir : '../../node_modules/.vite/plugin-lighthouse-e2e' ,
77 test : {
88 reporters : [ 'basic' ] ,
9- testTimeout : 20_000 ,
9+ testTimeout : 25_000 ,
1010 globals : true ,
1111 alias : tsconfigPathAliases ( ) ,
1212 pool : 'threads' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default defineConfig({
66 cacheDir : '../../node_modules/.vite/plugin-lighthouse-e2e' ,
77 test : {
88 reporters : [ 'basic' ] ,
9- testTimeout : 20_000 ,
9+ testTimeout : 25_000 ,
1010 globals : true ,
1111 alias : tsconfigPathAliases ( ) ,
1212 pool : 'threads' ,
You can’t perform that action at this time.
0 commit comments