Skip to content

Commit

Permalink
Merge pull request #168 from benjaminpjones/test-timeout
Browse files Browse the repository at this point in the history
Increase test timeout to 1s
  • Loading branch information
anoek authored Jun 27, 2024
2 parents e6752a6 + 7f6bb1d commit 4d74948
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 4d74948

Please sign in to comment.