Commit c23e1f3d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
parent 1fd43e1f
...@@ -6,8 +6,7 @@ describe 'Gitlab::Satellite::Action' do ...@@ -6,8 +6,7 @@ describe 'Gitlab::Satellite::Action' do
describe '#prepare_satellite!' do describe '#prepare_satellite!' do
it 'should be able to fetch timeout from conf' do it 'should be able to fetch timeout from conf' do
Gitlab.config.satellites.timeout = 30 Gitlab::Satellite::Action::DEFAULT_OPTIONS[:git_timeout].should == 30.seconds
DEFAULT_OPTIONS['git_timeout'].should == 30.seconds
end end
it 'create a repository with a parking branch and one remote: origin' do it 'create a repository with a parking branch and one remote: origin' do
......
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