From 8a451713103491f46d71f0dd71dd2c88ff0ad014 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Mon, 30 Jun 2025 14:57:45 +0200 Subject: [PATCH] tests: increase DaemonSet assert timeouts --- tests/templates/kuttl/cluster-operation/10-assert.yaml | 6 +++--- tests/templates/kuttl/logging/03-assert.yaml | 4 ++-- tests/templates/kuttl/resources/10-assert.yaml.j2 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/templates/kuttl/cluster-operation/10-assert.yaml b/tests/templates/kuttl/cluster-operation/10-assert.yaml index 3520a197..513d431a 100644 --- a/tests/templates/kuttl/cluster-operation/10-assert.yaml +++ b/tests/templates/kuttl/cluster-operation/10-assert.yaml @@ -1,7 +1,7 @@ --- apiVersion: kuttl.dev/v1beta1 kind: TestAssert -timeout: 300 +timeout: 600 commands: - - script: kubectl -n $NAMESPACE rollout status daemonset test-opa-server-default --timeout 301s - - script: kubectl -n $NAMESPACE wait --for=condition=available opaclusters.opa.stackable.tech/test-opa --timeout 301s + - script: kubectl -n $NAMESPACE rollout status daemonset test-opa-server-default --timeout 600s + - script: kubectl -n $NAMESPACE wait --for=condition=available opaclusters.opa.stackable.tech/test-opa --timeout 600s diff --git a/tests/templates/kuttl/logging/03-assert.yaml b/tests/templates/kuttl/logging/03-assert.yaml index ab0fce3c..36b94e0c 100644 --- a/tests/templates/kuttl/logging/03-assert.yaml +++ b/tests/templates/kuttl/logging/03-assert.yaml @@ -1,6 +1,6 @@ --- apiVersion: kuttl.dev/v1beta1 kind: TestAssert -timeout: 300 +timeout: 600 commands: - - script: kubectl -n $NAMESPACE rollout status daemonset test-opa-server-automatic-log-config --timeout 301s + - script: kubectl -n $NAMESPACE rollout status daemonset test-opa-server-automatic-log-config --timeout 600s diff --git a/tests/templates/kuttl/resources/10-assert.yaml.j2 b/tests/templates/kuttl/resources/10-assert.yaml.j2 index f2926589..3ff9b379 100644 --- a/tests/templates/kuttl/resources/10-assert.yaml.j2 +++ b/tests/templates/kuttl/resources/10-assert.yaml.j2 @@ -3,8 +3,8 @@ apiVersion: kuttl.dev/v1beta1 kind: TestAssert timeout: 600 commands: - - script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role --timeout 301s - - script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role-group --timeout 301s + - script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role --timeout 600s + - script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role-group --timeout 600s --- apiVersion: apps/v1 kind: DaemonSet