Skip to content

Commit 2988f37

Browse files
committed
Timeout when trying to install the gems
1 parent bb4a46e commit 2988f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/acceptance_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def exec_name
271271
test "binstub when spring gem is missing" do
272272
without_gem "spring-#{Spring::VERSION}" do
273273
File.write(app.gemfile, app.gemfile.read.gsub(/gem 'spring.*/, ""))
274-
app.run! "bundle install", timeout: nil
274+
app.run! "bundle install", timeout: 300
275275
assert_success "bin/rake -T", stdout: "rake db:migrate"
276276
end
277277
end

0 commit comments

Comments
 (0)