commit a62a614de8839aee9341ad5663598cfcdd0bb668 Author: Arturo Filastò arturo@filasto.net Date: Mon May 23 14:57:18 2016 +0200
Increase the default timeout for the vanilla tor test to 300 seconds (#512)
This closes #508 --- ooni/nettests/blocking/vanilla_tor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/nettests/blocking/vanilla_tor.py b/ooni/nettests/blocking/vanilla_tor.py index 19c4805..7ed050f 100644 --- a/ooni/nettests/blocking/vanilla_tor.py +++ b/ooni/nettests/blocking/vanilla_tor.py @@ -18,7 +18,7 @@ class TorIsNotInstalled(Exception):
class UsageOptions(usage.Options): optParameters = [ - ['timeout', 't', 200, + ['timeout', 't', 300, 'Specify the timeout after which to consider ' 'the Tor bootstrapping process to have failed.'], ]
tor-commits@lists.torproject.org