Increase timeout for some integration tests.

This commit is contained in:
Markus Reiter 2020-07-28 09:50:07 +02:00
parent 5cf7ffd93e
commit bf9659423a
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ describe "Homebrew.reinstall_args" do
it_behaves_like "parseable arguments" it_behaves_like "parseable arguments"
end end
describe "brew reinstall", :integration_test do describe "brew reinstall", :integration_test, timeout: 120 do
it "reinstalls a Formula" do it "reinstalls a Formula" do
install_test_formula "testball" install_test_formula "testball"
foo_dir = HOMEBREW_CELLAR/"testball/0.1/bin" foo_dir = HOMEBREW_CELLAR/"testball/0.1/bin"

View File

@ -7,7 +7,7 @@ describe "Homebrew.test_args" do
end end
# randomly segfaults on Linux with portable-ruby. # randomly segfaults on Linux with portable-ruby.
describe "brew test", :integration_test, :needs_macos do describe "brew test", :integration_test, :needs_macos, timeout: 120 do
it "tests a given Formula" do it "tests a given Formula" do
install_test_formula "testball", <<~'RUBY' install_test_formula "testball", <<~'RUBY'
test do test do