summaryrefslogtreecommitdiff
path: root/app/controllers/projects/clusters/gcp_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/clusters/gcp_controller.rb')
-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