From: Ed Page Date: Tue, 9 Feb 2010 13:33:09 +0000 (-0600) Subject: Adjusting the timeout to hopefully help things out X-Git-Url: http://git.maemo.org/git/?p=theonering;a=commitdiff_plain;h=dba615444b6e0d9a1773478a0acc0ce58fc5eeeb Adjusting the timeout to hopefully help things out --- diff --git a/src/gvoice/browser_emu.py b/src/gvoice/browser_emu.py index 27f9e29..3436e55 100644 --- a/src/gvoice/browser_emu.py +++ b/src/gvoice/browser_emu.py @@ -33,7 +33,7 @@ import socket _moduleLogger = logging.getLogger("gvoice.browser_emu") -socket.setdefaulttimeout(10) +socket.setdefaulttimeout(20) class MozillaEmulator(object):