Skip to content

Commit

Permalink
jest extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Apr 10, 2024
1 parent 2d40dfa commit 4da5e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
},
verbose: true,
clearMocks: true,
testTimeout: 600000,
testTimeout: 900000,
testPathIgnorePatterns: [
'__sanity__'
],
Expand Down
2 changes: 1 addition & 1 deletion jest.sanity.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module.exports = {
testRegex: '((\\.|/)(sanity))\\.ts$',
testPathIgnorePatterns: [],
globalSetup: './jest.sanity.setup.js',
testTimeout: 600000
testTimeout: 900000
}

0 comments on commit 4da5e8b

Please sign in to comment.