This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1086
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1086 by this push:
     new 91d1201  fixed typo
91d1201 is described below

commit 91d1201b234c0b7b6b85d43be8d12007ac8836e0
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Sep 11 14:50:35 2019 +0300

    fixed typo
---
 .../terraform/gcp/ssn-gke/main/modules/gke/gke.tf                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/gke/gke.tf 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/gke/gke.tf
index 9016a38..d28fada 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/gke/gke.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/gke/gke.tf
@@ -92,7 +92,7 @@ resource "google_container_node_pool" "ssn_k8s_gke_node_pool" 
{
     ]
   }
   provisioner "local-exec" {
-    command = "sleep 120"
+    command = "sleep 600"
   }
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to