Skip to content

Commit

Permalink
🚧 Update timeout for long running tests (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 10, 2024
1 parent 55afa1f commit 95cbdaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/devtools-evm-hardhat-test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
preset: 'ts-jest',
cache: false,
testEnvironment: 'node',
testTimeout: 300_000,
testTimeout: 150_000,
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
},
Expand Down
2 changes: 1 addition & 1 deletion tests/devtools-evm-test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
preset: 'ts-jest',
cache: false,
testEnvironment: 'node',
testTimeout: 15000,
testTimeout: 150_000,
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
},
Expand Down

0 comments on commit 95cbdaa

Please sign in to comment.