summaryrefslogtreecommitdiff
path: root/service/test/support
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-11-19 10:40:14 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-11-19 10:40:14 -0200
commit68a906b6eec347481a0b7aa4c60e24ff02f5c26e (patch)
treef1e1feb2a05a2e55aff29cf9cfca5b9f008662ae /service/test/support
parent8e001a93b7d90bd394c9401c0f1b4acf77e4f9b7 (diff)
Extracting deferred timeouts in tests to constants
Diffstat (limited to 'service/test/support')
-rw-r--r--service/test/support/integration_helper.py3
1 files changed, 3 insertions, 0 deletions
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):