Skip to content

Commit

Permalink
test: increase jest timeout by 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O committed May 6, 2024
1 parent a9b11ca commit ace70c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ module.exports = {
testMatch: ["**/__tests__/**/*.[jt]s?(x)", "**/?(*.)test.[jt]s?(x)"],
transformIgnorePatterns: ["node_modules/?!(@tradetrust-tt).*/"],
testPathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/tests/"],
testTimeout: 10000,
};

0 comments on commit ace70c0

Please sign in to comment.