mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-17 20:52:15 +03:00
fix(homolog): paraleliza o sweep de rotas do dashboard (fullyParallel + 8 workers)
This commit is contained in:
@@ -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"],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user