Skip to content

Commit 2e84c5e

Browse files
redhat-appstudio-qe-botRoming22
authored andcommitted
extended wait time for deployments/tekton-results-api to be ready
1 parent 999ad1b commit 2e84c5e

File tree

1 file changed

+1
-1
lines changed
  • operator/images/cluster-setup/content/bin

1 file changed

+1
-1
lines changed

operator/images/cluster-setup/content/bin/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ check_deployments() {
3939
fi
4040

4141
#a loop to check if the deployment is Available and Ready
42-
if kubectl wait --for=condition=Available=true "deployment/$deploy" -n "$ns" --timeout=100s >/dev/null; then
42+
if kubectl wait --for=condition=Available=true "deployment/$deploy" -n "$ns" --timeout=200s >/dev/null; then
4343
printf ", Ready\n"
4444
else
4545
kubectl -n "$ns" describe "deployment/$deploy"

0 commit comments

Comments
 (0)