Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
79156fd0b5e7
Unverified
Commit
56f0f6ab
authored
Jun 11, 2014
by
Dmitriy Zaporozhets
Browse files
Use same 30 seconds satellite timeout for all actions
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
9cc513ccc409
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/gitlab/satellite/files/file_action.rb
View file @
79156fd0
...
...
@@ -4,7 +4,7 @@ class FileAction < Action
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment