Skip to content

Commit

Permalink
Increase jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Nov 2, 2023
1 parent 4ba9de8 commit 8de0e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
globalTeardown: "./test/support/globalTeardown.js",
setupFiles: ["./test/support/dotenv.js"],
verbose: true,
testTimeout: 15000,
testTimeout: 300000,
maxConcurrency: 1,
maxWorkers: 1,
};

0 comments on commit 8de0e8b

Please sign in to comment.