Skip to content

Commit

Permalink
increase retry to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Feb 15, 2024
1 parent 45ea559 commit c470493
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ if (process.env.INTEG_TEST_DEBUG) {
);
}

jest.retryTimes(5);
jest.retryTimes(10);

describe('alpha router integration', () => {
let alice: JsonRpcSigner;
Expand Down

0 comments on commit c470493

Please sign in to comment.