commit 3f25dad2ed4ede50798465eb284dbbc8f52e5ee4 Author: Arturo Filastò arturo@filasto.net Date: Tue Sep 13 17:42:33 2016 +0200
Bump up the default timeout for tor to 400 seconds --- ooni/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ooni/settings.py b/ooni/settings.py index be0025d..14f135f 100644 --- a/ooni/settings.py +++ b/ooni/settings.py @@ -86,7 +86,7 @@ tor: # # This is the timeout after which we consider to to not have # bootstrapped properly. - #timeout: 200 + #timeout: 400 #torrc: #HTTPProxy: host:port #HTTPProxyAuthenticator: user:password @@ -141,7 +141,7 @@ defaults = { "control_port": None, "bridges": None, "data_dir": None, - "timeout": 200, + "timeout": 400, "torrc": {} } }
tor-commits@lists.torproject.org