aleios-cloud / sls-test-tools

Custom Jest Assertions for Serverless integration testing.
MIT License
192 stars 20 forks source link

Make apiPollingDelay an optionnal parameter of StepFunctions helper #63

Open PChol22 opened 1 year ago

PChol22 commented 1 year ago

When running multiple StepFunctions-related tests in parallel, we encounter the error ThrottlingException: Rate exceeded

It would be nice to be able to pass apiPollingDelay as a parameter of the StepFunctions helper (in build() or runExecution()), in order to increase it in case we hit the API threshold.