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 1
1
---
2
2
apiVersion : kuttl.dev/v1beta1
3
3
kind : TestAssert
4
- timeout : 300
4
+ timeout : 600
5
5
commands :
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 1
1
---
2
2
apiVersion : kuttl.dev/v1beta1
3
3
kind : TestAssert
4
- timeout : 300
4
+ timeout : 600
5
5
commands :
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
3
3
kind: TestAssert
4
4
timeout: 600
5
5
commands:
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
8
8
---
9
9
apiVersion: apps/v1
10
10
kind: DaemonSet
You can’t perform that action at this time.
0 commit comments