0

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)

Lex den Otter
  • 133
  • 1
  • 7

1 Answers1

0

Found that is was due to a throttle on the server, had to set a variable in test env to fix it

Lex den Otter
  • 133
  • 1
  • 7