Merge "Doc cleanup, introduced environmental params"
diff --git a/helm/client.sls b/helm/client.sls
index 34edfea..e37151f 100644
--- a/helm/client.sls
+++ b/helm/client.sls
@@ -119,6 +119,7 @@
 wait_for_tiller:
   cmd.run:
     - name: while ! {{ helm_run }} list; do sleep 3; done
+    - timeout: 30
     - env:
       - HELM_HOME: {{ helm_home }}
       - KUBECONFIG: {{ kube_config }}