Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
attempt to increase timeout (LedgerHQ#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
gre authored Apr 12, 2022
1 parent fe3d160 commit d29680a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/test-helpers/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import BigNumber from "bignumber.js";
import { setSupportedCurrencies } from "../../currencies";
import { setPlatformVersion } from "../../platform/version";

jest.setTimeout(180000);
jest.setTimeout(240000);

expect.extend({
toBeBigNumber(value) {
Expand Down

0 comments on commit d29680a

Please sign in to comment.