We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa01986 commit 5694c88Copy full SHA for 5694c88
1 file changed
src/validator.test.ts
@@ -7,8 +7,10 @@ import fs from "fs";
7
8
9
10
-const args = require('minimist')(process.argv.slice(2))
+// Retry flaky specs (e.g., when the terminology endpoint is slow)
11
+jest.retryTimes(2, { logErrorsBeforeRetry: true });
12
13
+const args = require('minimist')(process.argv.slice(2))
14
15
let terminology = true;
16
jest.setTimeout(120_000)
0 commit comments