chore: try fix e2e test fail on cloud run

This commit is contained in:
tanzhenxin
2025-10-23 19:17:01 +08:00
parent 5e65d6cae7
commit c7f5aaa702
2 changed files with 1 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ export default defineConfig({
include: ['**/*.test.ts'],
exclude: ['**/terminal-bench/*.test.ts', '**/node_modules/**'],
retry: 2,
fileParallelism: true,
fileParallelism: false,
poolOptions: {
threads: {
minThreads: 2,