Skip to content

Commit

Permalink
chore: retry flaky tests (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Oct 2, 2023
1 parent 8366da9 commit 2e86e2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/providers/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import * as Web3Storage from '../../../src/providers/web3storage';
import * as FourEverland from '../../../src/providers/4everland';

describe('providers', () => {
jest.retryTimes(2);

const json = {
input: {
status: 'OK'
Expand Down

0 comments on commit 2e86e2b

Please sign in to comment.