Skip to content

Commit

Permalink
Increase test timeout to 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpjones committed Jun 27, 2024
1 parent e6752a6 commit 7f6bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@ export default {
// Whether to use watchman for file crawling
// watchman: true,

testTimeout: 200,
testTimeout: 1000,
};

0 comments on commit 7f6bb1d

Please sign in to comment.