From f9d145c1b16c1efb81ec987f7b914555e024274a Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Thu, 2 May 2019 13:32:32 +0200 Subject: [PATCH] make setUp timeout --- e2e/tests/test_smoke.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/tests/test_smoke.py b/e2e/tests/test_smoke.py index cae18a22b..7dd6f5477 100755 --- a/e2e/tests/test_smoke.py +++ b/e2e/tests/test_smoke.py @@ -12,10 +12,11 @@ class SmokeTestCase(unittest.TestCase): Test the most basic functions of the operator. ''' - TEST_TIMEOUT_SEC = 240 + TEST_TIMEOUT_SEC = 300 RETRY_TIMEOUT_SEC = 5 @classmethod + @timeout_decorator.timeout(TEST_TIMEOUT_SEC) def setUpClass(cls): ''' Deploy operator to a "kind" cluster created by /e2e/run.sh using examples from /manifests.