File tree Expand file tree Collapse file tree
tests/templates/kuttl/operations-kraft Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22apiVersion: kuttl.dev/v1beta1
33kind: TestAssert
4- timeout: 300
4+ timeout: 600
55commands:
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---
88apiVersion: apps/v1
99kind: StatefulSet
Original file line number Diff line number Diff line change 11---
22apiVersion: kuttl.dev/v1beta1
33kind: TestAssert
4- timeout: 300
4+ timeout: 600
55commands:
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---
88apiVersion: apps/v1
99kind: StatefulSet
You can’t perform that action at this time.
0 commit comments