Skip to content

Commit 6612961

Browse files
authored
test: increase timeout when waiting for deployment/registration-service in manage-devsandbox-dashboard.sh (#1245)
* fix * increase timeout
1 parent 9d83fe9 commit 6612961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/manage-devsandbox-dashboard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ if [[ ${DEPLOY_UI} == "true" ]]; then
177177
HOST_NS=$(oc get projects -l app=host-operator --output=name -o jsonpath='{range .items[*]}{.metadata.name}{"\n"}{end}' | sort | tail -n 1)
178178

179179
# Wait for registration-service deployment and route to be ready
180-
oc wait --for=condition=Available deployment/registration-service -n ${HOST_NS} --timeout=5m
180+
oc wait --for=condition=Available deployment/registration-service -n ${HOST_NS} --timeout=10m
181181
# Wait for registration-service route to exist
182182
NEXT_WAIT_TIME=0
183183
while [[ -z $(oc get routes registration-service -n ${HOST_NS} -o jsonpath='{.status.ingress[0].host}' 2>/dev/null || true) ]]; do

0 commit comments

Comments
 (0)