Since App Engine’s httplib is simply wrapped around their own urlfetch, I’m wondering how to set the default urlfetch timeout to the allowed maximum 10 seconds so that it will affect httplib.HTTPConnection.
I can’t directly set the timeout on HTTPConnection, as GAE uses 2.5. 2.6 added the timeout param.
Have you tried changing the default urlfetch deadline?