Skip to content

Commit

Permalink
Bumping timeout or retries to avoid flaky timeless issues (#1461)
Browse files Browse the repository at this point in the history
* Bump pod timeout from 120 to 400 sec

* Bump serverless operator retries from 20 to 100
  • Loading branch information
CFSNM authored and jstourac committed May 20, 2024
1 parent cdcae95 commit ef4b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tasks/Resources/RHODS_OLM/install/oc_install.robot
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Install Kserve Dependencies
Wait Until Operator Subscription Last Condition Is
... type=CatalogSourcesUnhealthy status=False
... reason=AllCatalogSourcesHealthy subcription_name=${SERVERLESS_SUB_NAME}
... namespace=${SERVERLESS_NS} retry=100
... namespace=${SERVERLESS_NS} retry=100
Wait For Pods To Be Ready label_selector=name=knative-openshift
... namespace=${SERVERLESS_NS}
Wait For Pods To Be Ready label_selector=name=knative-openshift-ingress
Expand Down

0 comments on commit ef4b6a3

Please sign in to comment.