Skip to content

Commit

Permalink
file
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Sep 10, 2024
1 parent aa63922 commit 4122072
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ export default defineConfig({
// is used in codecov/codecov-action github action for talawa-api.
reporter: ["lcov", "text"],
},

// Tells vitest the time limit for an individual test block run.
testTimeout: 30000,

// Use a thread pool for parallel execution to improve performance
pool: 'threads',

// Disable file-level parallelism to process files sequentially
fileParallelism: false,
},
});

0 comments on commit 4122072

Please sign in to comment.