File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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 rollout status daemonset test-opa-server-default --timeout 301s
7- - script : kubectl -n $NAMESPACE wait --for=condition=available opaclusters.opa.stackable.tech/test-opa --timeout 301s
6+ - script : kubectl -n $NAMESPACE rollout status daemonset test-opa-server-default --timeout 600s
7+ - script : kubectl -n $NAMESPACE wait --for=condition=available opaclusters.opa.stackable.tech/test-opa --timeout 600s
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 rollout status daemonset test-opa-server-automatic-log-config --timeout 301s
6+ - script : kubectl -n $NAMESPACE rollout status daemonset test-opa-server-automatic-log-config --timeout 600s
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ apiVersion: kuttl.dev/v1beta1
33kind: TestAssert
44timeout: 600
55commands:
6- - script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role --timeout 301s
7- - script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role-group --timeout 301s
6+ - script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role --timeout 600s
7+ - script: kubectl -n $NAMESPACE rollout status daemonset opa-server-resources-from-role-group --timeout 600s
88---
99apiVersion: apps/v1
1010kind: DaemonSet
You can’t perform that action at this time.
0 commit comments