Commit 56f0f6ab authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use same 30 seconds satellite timeout for all actions

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 7ed935b6
......@@ -4,7 +4,7 @@ module Gitlab
attr_accessor :file_path, :ref
def initialize(user, project, ref, file_path)
super user, project, git_timeout: 10.seconds
super user, project
@file_path = file_path
@ref = ref
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment