Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2017-12-16 06:22:16 +0300
committerMatija Čupić <matteeyah@gmail.com>2017-12-16 06:22:16 +0300
commit935a27cfef3c5a4dd9291c21af69b41a7169817d (patch)
tree0c82a763e4298aea496508ddcb377af3dca205b1 /app/controllers/projects/clusters
parent99043d244c4d579f27382f003df9e3243287df2a (diff)
Use 1 minute for status polling interval
Diffstat (limited to 'app/controllers/projects/clusters')
-rw-r--r--app/controllers/projects/clusters/gcp_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/clusters/gcp_controller.rb b/app/controllers/projects/clusters/gcp_controller.rb
index 558dae8e228..940c2a5d84f 100644
--- a/app/controllers/projects/clusters/gcp_controller.rb
+++ b/app/controllers/projects/clusters/gcp_controller.rb
@@ -4,7 +4,7 @@ class Projects::Clusters::GcpController < Projects::ApplicationController
before_action :authorize_google_project_billing, only: [:check]
before_action :authorize_create_cluster!, only: [:new, :create]
- STATUS_POLLING_INTERVAL = 10_000
+ STATUS_POLLING_INTERVAL = 1.minute.to_i
def login
begin