We are developing a custom app that makes API calls using the correct request method. These API requests often take more than 5 seconds so we successfully requested to increase the timeout of our app to 10 seconds (thank you).
However, we are still timing out when testing locally. How can we increase our timeout limit locally?
Next time you run fdk run, this version of fdk will be used. Also, do not forget to reset, because it might affect all projects that you work with fdk.
A ideal way would be to make local testing for the request method timeout configurable by passing flag such as
Hello. Believing that these requests are made in server.js, you can choose to use external libs like axios / got. If you own the third-party API s/ service, the best option is to optimize its performance of it / split it into multiple APIs. That way you can continue using our request module and get benefited