I'm testing a nodejs api, but it allows 5 requests per second.
When testing this rate is quick exceeded, has anyone an idea on how tot tackle it?
I'm testing with mocha and chai-js (chaiHttp)
I'm testing a nodejs api, but it allows 5 requests per second.
When testing this rate is quick exceeded, has anyone an idea on how tot tackle it?
I'm testing with mocha and chai-js (chaiHttp)
Found that is was due to a throttle on the server, had to set a variable in test env to fix it