more generous timeout

This commit is contained in:
Damien Elmes 2013-10-18 14:22:03 +09:00
parent 01832a9139
commit 313fc7c9ef

View file

@ -18,7 +18,7 @@ import anki
# syncing vars
httplib2.RETRIES = 0
HTTP_TIMEOUT = 30
HTTP_TIMEOUT = 90
HTTP_PROXY = None
try: