Skip to content

Commit

Permalink
extend jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Apr 25, 2022
1 parent e39ccae commit ab175ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ module.exports = {
},
setupFiles: ['dotenv/config'],
setupFilesAfterEnv: ['./test/jest.setup-after-env.js'],
// default is 10000
testTimeout: 20000,
};

0 comments on commit ab175ae

Please sign in to comment.