"lib/runtime/src/vscode:/vscode.git/clone" did not exist on "6783bdcaa9988c99585c1669cba6d600053cbafb"
Unverified Commit 1114004e authored by Julien Mancuso's avatar Julien Mancuso Committed by GitHub
Browse files

chore: increase vcluster and dynamo operator setup timeout (#7538)


Signed-off-by: default avatarJulien Mancuso <jmancuso@nvidia.com>
parent ebd06a1f
......@@ -131,7 +131,7 @@ runs:
kubectl wait --for=condition=ready pod \
-l app=vcluster,release=${VCLUSTER_NAME} \
-n ${NAMESPACE} \
--timeout=300s
--timeout=900s
echo "::endgroup::"
- name: Connect to vCluster
......@@ -194,7 +194,7 @@ runs:
run: |
echo "::group::Wait for operator rollout inside vCluster"
kubectl --kubeconfig=${{ github.workspace }}/.kubeconfig-vcluster \
rollout status deployment -n default --watch --timeout=600s
rollout status deployment -n default --watch --timeout=900s
echo "::endgroup::"
- name: Debug deployment failure
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment