UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e47d067a authored by kevin.wilder's avatar kevin.wilder
Browse files

increase hr wait time

parent f58a6e6d
No related branches found
No related tags found
1 merge request!440Resolve "Gitlab upgrade to 13.10.3"
......@@ -32,7 +32,7 @@ function array_contains() {
## $1: package name
function wait_on() {
echo "Waiting on package $1"
kubectl wait --for=condition=Ready --timeout 1200s helmrelease -n bigbang $1;
kubectl wait --for=condition=Ready --timeout 1800s helmrelease -n bigbang $1;
}
## Function to wait on all statefulsets
......@@ -48,7 +48,7 @@ function wait_sts() {
fi
sleep 5
timeElapsed=$(($timeElapsed+5))
if [[ $timeElapsed -ge 600 ]]; then
if [[ $timeElapsed -ge 1200 ]]; then
echo "Timed out while waiting for stateful sets to be ready."
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment