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