chore: sets maxRetries

This commit is contained in:
James
2024-04-08 11:04:55 -04:00
committed by Jarrod Flesch
parent 318c126ae3
commit ee7221c986
2 changed files with 3 additions and 2 deletions

View File

@@ -25,4 +25,5 @@ export default defineConfig({
timeout: EXPECT_TIMEOUT,
},
workers: 16,
maxFailures: 1,
})