Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Sep 26, 2024
1 parent aa75344 commit 50b3004
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ module.exports = {
},
measurement: {
maxInProgressTests: 2,
rateLimit: {
get: {
anonymousLimit: 1000,
authenticatedLimit: 1000,
},
},
},
sigtermDelay: 0,
};

0 comments on commit 50b3004

Please sign in to comment.