From 7eda884e6592794cee2c1c5ef8e69e3af693fd7d Mon Sep 17 00:00:00 2001 From: Aleksandr Shmaraiev Date: Sun, 5 Nov 2023 17:32:01 +0200 Subject: [PATCH] Increase timeout of run a workspace --- .ci/openshift-ci/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/openshift-ci/common.sh b/.ci/openshift-ci/common.sh index fc35495781..5893a08c7f 100644 --- a/.ci/openshift-ci/common.sh +++ b/.ci/openshift-ci/common.sh @@ -212,7 +212,7 @@ runTestWorkspaceWithGitRepoUrl() { cat devworkspace-test.yaml oc apply -f devworkspace-test.yaml -n ${OCP_USER_NAMESPACE} - oc wait -n ${OCP_USER_NAMESPACE} --for=condition=Ready dw ${WS_NAME} --timeout=360s + oc wait -n ${OCP_USER_NAMESPACE} --for=condition=Ready dw ${WS_NAME} --timeout=600s echo "[INFO] Test workspace is run" }