UNCLASSIFIED - NO CUI

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

increase hr wait time

parent 575c0408
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 600s helmrelease -n bigbang $1;
kubectl wait --for=condition=Ready --timeout 1200s helmrelease -n bigbang $1;
}
## Function to wait on all statefulsets
......
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