Thanks Vinny, my fault.

Sometimes the server just responded HTTP 500 after exactly 10 seconds. I 
was misled by this.


On Friday, March 7, 2014 5:10:09 PM UTC+8, Haisheng HU wrote:
>
> What I've tried out includes:
> 1)
> req = urllib2.Request(url, data)
> try:
>     f = urllib2.urlopen(req, timeout=60)
> 2)
> urlfetch.set_default_fetch_deadline(60)
> 3)
> r = urlfetch.fetch(url, payload=data, method='POST', deadline=60)
>
> None of these worked. I always get a timeout exception after 10 seconds.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to