[chore] nb retries to 1

This commit is contained in:
MathieuG-P
2023-09-25 13:27:20 +02:00
parent 36749a39cc
commit 2699b4a7cd
+1 -1
View File
@@ -14,5 +14,5 @@ export default defineConfig({
testMatch: "**/*.test.ts",
timeout: 200000,
fullyParallel: true,
retries: 2,
retries: 1,
});