Skip to content

Commit

Permalink
chore(api): Increase jest testTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alepefe committed Dec 5, 2024
1 parent 2772c30 commit 2e0e579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/test/jest-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"^@api/(.*)$": "<rootDir>/src/$1",
"^@client/(.*)$": "<rootDir>/../client/src/$1",
"^@shared/(.*)$": "<rootDir>/../shared/$1"
}
},
"testTimeout": 20000
}

0 comments on commit 2e0e579

Please sign in to comment.