Skip to content

Commit

Permalink
test(api): Increate testTimeout to 20000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
alepefe committed Dec 3, 2024
1 parent 4b3928b commit 3fdb89b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions api/test/jest-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "../",
"roots": [
"<rootDir>/src/",
"<rootDir>/test/"
],
"roots": ["<rootDir>/src/", "<rootDir>/test/"],
"testEnvironment": "node",
"testRegex": ".spec.ts$",
"transform": {
Expand All @@ -15,5 +12,6 @@
"^@api/(.*)$": "<rootDir>/src/$1",
"^@client/(.*)$": "<rootDir>/../client/src/$1",
"^@shared/(.*)$": "<rootDir>/../shared/$1"
}
},
"testTimeout": 20000
}

0 comments on commit 3fdb89b

Please sign in to comment.