Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust/operator-binary/src/resource/statefulset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ pub fn build_controller_rolegroup_statefulset(
kafka_security,
&resolved_product_image.product_version,
)])
.add_env_var("PRE_STOP_CONTROLLER_SLEEP_SECONDS", "5")
.add_env_var("PRE_STOP_CONTROLLER_SLEEP_SECONDS", "10")
.add_env_var(
"EXTRA_ARGS",
kafka_role
Expand Down
4 changes: 2 additions & 2 deletions tests/templates/kuttl/operations-kraft/20-assert.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 300
timeout: 600
commands:
- script: kubectl -n $NAMESPACE wait --for=condition=available kafkaclusters.kafka.stackable.tech/test-kafka --timeout 301s
- script: kubectl -n $NAMESPACE wait --for=condition=available kafkaclusters.kafka.stackable.tech/test-kafka --timeout 601s
---
apiVersion: apps/v1
kind: StatefulSet
Expand Down
4 changes: 2 additions & 2 deletions tests/templates/kuttl/operations-kraft/30-assert.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 300
timeout: 600
commands:
- script: kubectl -n $NAMESPACE wait --for=condition=stopped kafkaclusters.kafka.stackable.tech/test-kafka --timeout 301s
- script: kubectl -n $NAMESPACE wait --for=condition=stopped kafkaclusters.kafka.stackable.tech/test-kafka --timeout 601s
---
apiVersion: apps/v1
kind: StatefulSet
Expand Down
Loading