Skip to content

Commit 6a6d957

Browse files
committed
tests: raise timeouts for kraft operations
1 parent 3dddc6d commit 6a6d957

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/templates/kuttl/operations-kraft/20-assert.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 300
4+
timeout: 600
55
commands:
6-
- script: kubectl -n $NAMESPACE wait --for=condition=available kafkaclusters.kafka.stackable.tech/test-kafka --timeout 301s
6+
- script: kubectl -n $NAMESPACE wait --for=condition=available kafkaclusters.kafka.stackable.tech/test-kafka --timeout 601s
77
---
88
apiVersion: apps/v1
99
kind: StatefulSet

tests/templates/kuttl/operations-kraft/30-assert.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 300
4+
timeout: 600
55
commands:
6-
- script: kubectl -n $NAMESPACE wait --for=condition=stopped kafkaclusters.kafka.stackable.tech/test-kafka --timeout 301s
6+
- script: kubectl -n $NAMESPACE wait --for=condition=stopped kafkaclusters.kafka.stackable.tech/test-kafka --timeout 601s
77
---
88
apiVersion: apps/v1
99
kind: StatefulSet

0 commit comments

Comments
 (0)