[chore] reduce nb retries

This commit is contained in:
MathieuG-P
2023-09-24 17:31:38 +02:00
parent d3e65f9f92
commit 0e9f1fc8a1
+1 -1
View File
@@ -14,5 +14,5 @@ export default defineConfig({
testMatch: "**/*.test.ts",
timeout: 200000,
fullyParallel: true,
retries: 3,
retries: 2,
});