Commit 56f0f6aba399d85c6e99e69c57a18a040bad4cf3

Authored by Dmitriy Zaporozhets
1 parent 7ed935b6

Use same 30 seconds satellite timeout for all actions

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/gitlab/satellite/files/file_action.rb
@@ -4,7 +4,7 @@ module Gitlab @@ -4,7 +4,7 @@ module Gitlab
4 attr_accessor :file_path, :ref 4 attr_accessor :file_path, :ref
5 5
6 def initialize(user, project, ref, file_path) 6 def initialize(user, project, ref, file_path)
7 - super user, project, git_timeout: 10.seconds 7 + super user, project
8 @file_path = file_path 8 @file_path = file_path
9 @ref = ref 9 @ref = ref
10 end 10 end