Strapi v3 increase default timeout of api request

[details=“System Information”]

  • Strapi Version: 3.5.3
  • Node Version: 14.16.0

Hi, I’ve a specific scenario where our custom implemented apis can take a long time. If I’m not wrong, from what I’ve seen on strapi forum and stackoverflow, it seems like default timeout for strapi requests is 2minutes.

But one certain api of ours can take longer than that. I’m not able to find anywhere how can I increase timeout of request in strapi ( lets say 5minutes ).

Can anyone guide?