Increase timeout for target phase apply initinfra

Noticed few intermittent failures on the target phase apply initinfra
stage.So increasing the timeout from 600s to 1000s.

Change-Id: I669fde9e12869d546946725bfae80e83dae41cd1
This commit is contained in:
Sirajudeen 2020-08-12 15:57:02 +00:00
parent c0e7936be4
commit f61953bcf5
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ kubectl --kubeconfig $KUBECONFIG --namespace metal3 get pods --selector tier=con
kubectl --kubeconfig $KUBECONFIG taint node node01 node-role.kubernetes.io/master-
echo "Deploy infra to cluster"
airshipctl phase apply initinfra --debug --wait-timeout 600s
airshipctl phase apply initinfra --debug --wait-timeout 1000s
kubectl --kubeconfig $KUBECONFIG get pods --all-namespaces