URL region timing out; how to increase the default timeout?
I have a url region which calls a cgi script returning html. This script is taking longer than the default 60 seconds after which the UTL_HTTP package times out. I know we can use the UTL_HTTP.set_transfer_timeout function to change this value but that would be if I was invoking UTL_HTTP myself. Here it is APEX that is invoking it and so I'd like to know where I can change this timeout period so that APEX can pass it to UTL_HTTP.
To put it simply, how do I increase the timeout period for a URL region?