Increase timeout of run a workspace

pull/600/head
Aleksandr Shmaraiev 2023-11-05 17:32:01 +02:00
parent cb0c9f9d39
commit 7eda884e65
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=360s
oc wait -n ${OCP_USER_NAMESPACE} --for=condition=Ready dw ${WS_NAME} --timeout=600s
echo "[INFO] Test workspace is run"
}