[tor-commits] [ooni-probe/master] Bump the timeout value for test_oonicli.

art at torproject.org art at torproject.org
Mon Sep 19 12:14:25 UTC 2016


commit 4fd30aab622dcd9dc50311dd8e1ccf58cdafaa87
Author: Arturo Filastò <arturo at filasto.net>
Date:   Fri Sep 16 18:23:40 2016 +0200

    Bump the timeout value for test_oonicli.
    
    Travis has gotten slower or our tests have gotten slower, either way let's
    increase this to avoid all the annoying transient travis failures.
---
 ooni/tests/test_oonicli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/tests/test_oonicli.py b/ooni/tests/test_oonicli.py
index 8ad8a36..4a6edf9 100644
--- a/ooni/tests/test_oonicli.py
+++ b/ooni/tests/test_oonicli.py
@@ -59,7 +59,7 @@ tor:
 
 
 class TestRunDirector(ConfigTestCase):
-    timeout = 220
+    timeout = 420
 
     def setUp(self):
         super(TestRunDirector, self).setUp()





More information about the tor-commits mailing list