raise test timeout
This commit is contained in:
parent
c48128cbcb
commit
5b628e7e5f
|
|
@ -19,7 +19,7 @@ class EndToEndTestCase(unittest.TestCase):
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# `kind` pods may stuck in the `Terminating` phase for a few minutes; hence high test timeout
|
# `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
|
@classmethod
|
||||||
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
|
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue