raise test timeout

This commit is contained in:
Felix Kunde 2020-04-17 09:23:15 +02:00
parent c48128cbcb
commit 5b628e7e5f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class EndToEndTestCase(unittest.TestCase):
'''
# `kind` pods may stuck in the `Terminating` phase for a few minutes; hence high test timeout
TEST_TIMEOUT_SEC = 600
TEST_TIMEOUT_SEC = 1000
@classmethod
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)