Skip to content

Commit

Permalink
increase timeout from 5 mins to 10 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed May 17, 2024
1 parent ae0f948 commit 3e39872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ helm dependency build basehub 2> /dev/null || echo "No dependencies to update or
# JupyterHub
helm upgrade \
--install \
--timeout 600s \
--cleanup-on-fail \
--create-namespace --namespace=${K8S_NAMESPACE} \
${K8S_NAMESPACE} basehub

0 comments on commit 3e39872

Please sign in to comment.