Scenario:
Hana 2.0 SPS 03 controller calls my xsjs service which in turn calls an external web service. That external web service needs about 40 seconds to respond. I'm able to call my xsjs service without the timeout of 30 seconds. My xsjs service is based on the following approach: var client = new $.net.http.Client(); client.setTimeout(50); // 50 seconds. The real problem is when my xsjs service is called from my controller.js - this call fails if the response time exceeds 30 seconds (please notice that my routing at the xs-app.json file is OK - the scenario works fine if the response time is below that 30 seconds).
Note: There is a ClientReadTimeout available but only in Hana Cloud Platform