Skip to content

Commit

Permalink
timeout problems
Browse files Browse the repository at this point in the history
  • Loading branch information
eams1798 committed Feb 2, 2024
1 parent bca671e commit 3e48056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/jest.config.js

This file was deleted.

3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"globalTeardown": "./tests/teardown.js"
"globalTeardown": "./tests/teardown.js",
"testTimeout": 30000
}
}

0 comments on commit 3e48056

Please sign in to comment.