summaryrefslogtreecommitdiff
path: root/app/workers
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 13:55:44 +0100
committerAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 13:55:44 +0100
commite6616e0468deaf1e37ddddc9332cc3e677567410 (patch)
tree4ba0050161f732a4243faa83d0a56416d6d99c23 /app/workers
parent44f885eff62cca07b60f8bb210733c4e0a2ea019 (diff)
downloadgitlab-ce-e6616e0468deaf1e37ddddc9332cc3e677567410.tar.gz
Fix typos
Diffstat (limited to 'app/workers')
-rw-r--r--app/workers/cluster_wait_for_app_installation_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/cluster_wait_for_app_installation_worker.rb b/app/workers/cluster_wait_for_app_installation_worker.rb
index 548f34fc6a5..4bb8c293e5d 100644
--- a/app/workers/cluster_wait_for_app_installation_worker.rb
+++ b/app/workers/cluster_wait_for_app_installation_worker.rb
@@ -3,7 +3,7 @@ class ClusterWaitForAppInstallationWorker
include ClusterQueue
include ClusterApplications
- INTERVAL = 30.seconds
+ INTERVAL = 10.seconds
TIMEOUT = 20.minutes
def perform(app_name, app_id)