Skip to content

Commit

Permalink
Bump timeout to 30s for viem and ethers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Oct 10, 2023
1 parent b96213d commit 4feaa70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ethers/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ const config = {
"\\.[jt]sx?$": "@turnkey/jest-config/transformer.js",
},
testPathIgnorePatterns: ["<rootDir>/dist/", "<rootDir>/node_modules/"],
testTimeout: 30 * 1000, // For slow CI machines
};


module.exports = config;
1 change: 1 addition & 0 deletions packages/viem/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config = {
},
testPathIgnorePatterns: ["<rootDir>/dist/", "<rootDir>/node_modules/"],
setupFiles: ["dotenv/config"],
testTimeout: 30 * 1000, // For slow CI machines
};

module.exports = config;

0 comments on commit 4feaa70

Please sign in to comment.