[tor-commits] [ooni-probe/master] Increase the default timeout for the vanilla tor test to 300 seconds (#512)

art at torproject.org art at torproject.org
Mon May 30 16:28:34 UTC 2016


commit a62a614de8839aee9341ad5663598cfcdd0bb668
Author: Arturo Filastò <arturo at 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.'], ]
 





More information about the tor-commits mailing list