I am facing one issue with Http response timeout in one of my API which is deployed into API Gateway in MMC. The response timeout of that API is 30 sec and we are referring this timeout value from a property file.
Now my new requirement is to increase that response timeout value to 10 min. So I have increased it in property file to 10 min so that my API will take that value.
Issue: When I tested it on my local machine with increasing timeout value it is getting success but the same is throwing an error message in MMC within 32sec. I guess something is overriding this timeout value in MMC.
Can anyone please help me to fix this issue in MMC.
NOTE: My API has linked to gateway domain.