We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b753e82 commit 39fc629Copy full SHA for 39fc629
packages/core/src/test/testRunner.ts
@@ -79,6 +79,7 @@ export async function runTests(
79
mochaFile: outputFile,
80
},
81
82
+ retries: 3, // runs a max of 4 times (3 retries + original)
83
timeout: 0,
84
})
85
0 commit comments