[tor-commits] [ooni-probe/master] Increase the timeout of director tests or travis will be sad

art at torproject.org art at torproject.org
Fri Apr 29 09:42:21 UTC 2016


commit 3e047141058c2f9d172e7f6ff79055b73b629526
Author: Arturo Filastò <art at fuffa.org>
Date:   Mon Jul 27 16:52:50 2015 +0200

    Increase the timeout of director tests or travis will be sad
---
 ooni/tests/test_oonicli.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ooni/tests/test_oonicli.py b/ooni/tests/test_oonicli.py
index 2ca94e3..9e73061 100644
--- a/ooni/tests/test_oonicli.py
+++ b/ooni/tests/test_oonicli.py
@@ -59,6 +59,8 @@ tor:
 
 
 class TestRunDirector(ConfigTestCase):
+    timeout = 220
+
     def setUp(self):
         super(TestRunDirector, self).setUp()
         if not is_internet_connected():





More information about the tor-commits mailing list