greenforce-frontend
greenforce-frontend copied to clipboard
Set global delay on mock requests
It's common to set delay on requests against the BFF in order to see that a loading spinner is shown. So far we've used 300ms as a delay value on some requests, while others resolve immediately.
It'd be nice to have a global delay added to all BFF requests.
Question: Would that cause issues during development? Question: Would that cause issues in tests? What about CI?