Skip to content

Commit

Permalink
Timeout when trying to install the gems
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Dec 10, 2021
1 parent bb4a46e commit 2988f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/acceptance_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def exec_name
test "binstub when spring gem is missing" do
without_gem "spring-#{Spring::VERSION}" do
File.write(app.gemfile, app.gemfile.read.gsub(/gem 'spring.*/, ""))
app.run! "bundle install", timeout: nil
app.run! "bundle install", timeout: 300
assert_success "bin/rake -T", stdout: "rake db:migrate"
end
end
Expand Down

0 comments on commit 2988f37

Please sign in to comment.