Return back the value of timeout of run a workspace

pull/600/head
Aleksandr Shmaraiev 2023-11-06 15:02:23 +02:00
parent 95afd4d524
commit 4e71a39808
1 changed files with 1 additions and 1 deletions

View File

@ -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=600s
oc wait -n ${OCP_USER_NAMESPACE} --for=condition=Ready dw ${WS_NAME} --timeout=360s
echo "[INFO] Test workspace is run"
}