Skip to content

Commit

Permalink
Make react-sdk test's timeout longer
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed Jul 4, 2024
1 parent a81f555 commit 5ac3cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-sdk/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const config = {
verbose: true,
testEnvironment: "./test/jest-environment-jsdom.ts",
setupFiles: ["./test/jest-setup.ts"],
testTimeout: 1000 * 60,
testTimeout: 1000 * 60 * 60,
};

module.exports = config;

0 comments on commit 5ac3cc1

Please sign in to comment.