Skip to content

Commit

Permalink
Node: Added testTimeout config to jest to fix macos timeout failures
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Mar 4, 2024
1 parent ceefa07 commit 9690de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ module.exports = {
testEnvironment: "node",
testRegex: "/tests/.*\\.(test|spec)?\\.(ts|tsx)$",
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
testTimeout: 20000,
};

0 comments on commit 9690de0

Please sign in to comment.