Skip to content

Commit

Permalink
fix: timeout back to original and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
qperrot committed Dec 19, 2024
1 parent 33512b0 commit 83d4b14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion libs/coin-modules/coin-hedera/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testPathIgnorePatterns: ["lib/", "lib-es/", ".integration.test.ts"],
modulePathIgnorePatterns: ["__tests__/fixtures"],
};
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./environment";
import BigNumber from "bignumber.js";

jest.setTimeout(400000);
jest.setTimeout(360000);

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

0 comments on commit 83d4b14

Please sign in to comment.