seba: Bump retries count for att-workflow 79/2079/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 29 Nov 2019 18:34:45 +0000 (19:34 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 29 Nov 2019 18:34:45 +0000 (19:34 +0100)
In certain enviroments, it might take longer for the final att-workflow
helm chart to finish, so bump our retry count accordingly.

Change-Id: I51f92d07e7479f5fcd5c07efc5f7fcb41f541e81
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
src/use_cases/seba_on_arm/install/install.sh

index b28d492..f489c03 100755 (executable)
@@ -44,5 +44,5 @@ wait_for 500 'test $(kubectl get pods | grep -vcE "(\s(.+)/\2.*Running|tosca-loa
 
 # Install the AT&T workflow
 helm install -n att-workflow --version "${ATT_WORKFLOW_VERSION}" ${CORD_CHART}/att-workflow
-wait_for 300 'test $(kubectl get pods | grep -vcE "(\s(.+)/\2.*Running|tosca-loader.*Completed)") -eq 1' || true
+wait_for 500 'test $(kubectl get pods | grep -vcE "(\s(.+)/\2.*Running|tosca-loader.*Completed)") -eq 1' || true