add more time to setUpClass

This commit is contained in:
idanovinda 2026-01-30 11:42:09 +01:00
parent 95cf0e4967
commit 04159a302c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class EndToEndTestCase(unittest.TestCase):
time.sleep(interval)
@classmethod
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
@timeout_decorator.timeout(1800)
def setUpClass(cls):
'''
Deploy operator to a "kind" cluster created by run.sh using examples from /manifests.