Skip to content

Commit

Permalink
Increase the dsci timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Kumar <takumar@redhat.com>
  • Loading branch information
tarukumar committed May 6, 2024
1 parent 4e11dc8 commit b475dbd
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 @@ -77,7 +77,7 @@ Verify RHODS Installation
IF "${UPDATE_CHANNEL}" == "odh-nightlies" or "${cluster_type}" != "managed"
IF "${PRODUCT}" == "ODH"
Apply DSCInitialization CustomResource dsci_name=${DSCI_NAME}
Wait For DSCInitialization CustomResource To Be Ready timeout=20
Wait For DSCInitialization CustomResource To Be Ready timeout=30
END
Apply DataScienceCluster CustomResource dsc_name=${DSC_NAME}
END
Expand Down

0 comments on commit b475dbd

Please sign in to comment.