We have deployed an application on run.pivotal.io.
The default value for request_timeout_in_seconds
is 900 seconds which is 15 minutes and too short for our use case. How can we change that?
https://github.com/cloudfoundry/cf-release/blob/master/jobs/gorouter/spec#L105
The application is using the node.js 1.5.5 buildpack on the cflinuxfs2 stack.