Skip to content

Commit

Permalink
chore: try to fix test by setting a hight testTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
adguernier committed Mar 28, 2024
1 parent b71151e commit 083c018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/test-runner-jest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module.exports = {
* to merge testRunnerConfig properties with your own
* @see https://jestjs.io/docs/configuration
*/
testTimeout: 30000,
testTimeout: 60000,
};

0 comments on commit 083c018

Please sign in to comment.