From 68a906b6eec347481a0b7aa4c60e24ff02f5c26e Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 19 Nov 2014 10:40:14 -0200 Subject: Extracting deferred timeouts in tests to constants --- service/test/support/integration_helper.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'service/test/support') diff --git a/service/test/support/integration_helper.py b/service/test/support/integration_helper.py index fd8ce75a..d4f2a308 100644 --- a/service/test/support/integration_helper.py +++ b/service/test/support/integration_helper.py @@ -183,6 +183,9 @@ def setup_test_app(self): class SoledadTestBase(unittest.TestCase): + # these are so long because our CI is so slow at the moment. + DEFERRED_TIMEOUT = 120 + DEFERRED_TIMEOUT_LONG = 300 @classmethod def setUpClass(cls): -- cgit v1.2.3