add more time to setUpClass
This commit is contained in:
parent
95cf0e4967
commit
04159a302c
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue