fix(homolog): paraleliza o sweep de rotas do dashboard (fullyParallel + 8 workers)

This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-07-14 01:32:43 -03:00
parent 434978edc6
commit bac71f8b66

View File

@@ -9,7 +9,10 @@ export default defineConfig({
testDir: ".",
timeout: 60_000,
retries: 1,
workers: 4,
// Sem fullyParallel, os 98 testes de routes.spec.ts (mesmo arquivo) rodam
// SERIALIZADOS num único worker (~10min); com ele, distribuem entre os workers.
fullyParallel: true,
workers: 8,
reporter: [
["list"],
[