diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-17 23:19:44 +0000 |
---|---|---|
committer | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2024-07-18 15:32:35 +0000 |
commit | 9c4e66a4e0e2713667e16f4a62db23363fab8556 (patch) | |
tree | ab82d9f57fe41a1c286b807159f891056b03d884 /csit/run-k8s-csit.sh | |
parent | 0b5f65dcc6419218cad5d93ee3b872e7665ab1c6 (diff) |
Add version support in regression test suite
Issue-ID: POLICY-5077
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I92c0306fa8ef03fc90a2453ec15f14dd0ecb0806
Diffstat (limited to 'csit/run-k8s-csit.sh')
-rwxr-xr-x | csit/run-k8s-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/run-k8s-csit.sh b/csit/run-k8s-csit.sh index 7a5fe03c..6502c348 100755 --- a/csit/run-k8s-csit.sh +++ b/csit/run-k8s-csit.sh @@ -431,7 +431,7 @@ if [ $OPERATION == "install" ]; then sudo helm dependency build policy sudo helm install csit-policy policy ${SET_VALUES} sudo helm install prometheus prometheus - wait_for_pods_running default 600 ${READINESS_CONTAINERS[@]} + wait_for_pods_running default 900 ${READINESS_CONTAINERS[@]} echo "Policy chart installation completed" echo "-------------------------------------------" fi |