Skip to content

Commit 5694c88

Browse files
committed
Update
Update
1 parent fa01986 commit 5694c88

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/validator.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ import fs from "fs";
77

88

99

10-
const args = require('minimist')(process.argv.slice(2))
10+
// Retry flaky specs (e.g., when the terminology endpoint is slow)
11+
jest.retryTimes(2, { logErrorsBeforeRetry: true });
1112

13+
const args = require('minimist')(process.argv.slice(2))
1214

1315
let terminology = true;
1416
jest.setTimeout(120_000)

0 commit comments

Comments
 (0)