Skip to content

Commit c57343c

Browse files
Increase the default timeout for integration test steps (#401)
1 parent 259470b commit c57343c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

template/tests/kuttl-test.yaml.jinja2

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ parallel: 2
1414
# deleted, and, if not overridden, in TestSteps, TestAsserts, and
1515
# Commands. If not set, the timeout is 30 seconds by default.
1616
#
17-
# The deletion of a namespace can take a while until all resources are
18-
# gracefully shut down. If the timeout is reached in the meantime, even
19-
# a successful test case is considered a failure.
17+
# The deletion of a namespace can take a while until all resources,
18+
# especially PersistentVolumeClaims, are gracefully shut down. If the
19+
# timeout is reached in the meantime, even a successful test case is
20+
# considered a failure.
2021
#
2122
# For instance, the termination grace period of the Vector aggregator in
2223
# the logging tests is set to 60 seconds. If there are logs entries
2324
# which could not be forwarded yet to the external aggregator defined in
2425
# the VECTOR_AGGREGATOR environment variable, then the test aggregator
2526
# uses this period of time by trying to forward the events. In this
2627
# case, deleting a namespace with several Pods takes about 90 seconds.
27-
timeout: 120
28+
timeout: 300

0 commit comments

Comments
 (0)