Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
fix: increased jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ryegrost8 committed Feb 3, 2023
1 parent 7d49be0 commit 4fb6287
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
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 30000
testTimeout: 50000
}

0 comments on commit 4fb6287

Please sign in to comment.