Skip to content
Snippets Groups Projects
Commit bf965942 authored by Markus Reiter's avatar Markus Reiter
Browse files

Increase timeout for some integration tests.

parent 5cf7ffd9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ describe "Homebrew.reinstall_args" do
it_behaves_like "parseable arguments"
end
describe "brew reinstall", :integration_test do
describe "brew reinstall", :integration_test, timeout: 120 do
it "reinstalls a Formula" do
install_test_formula "testball"
foo_dir = HOMEBREW_CELLAR/"testball/0.1/bin"
......
......@@ -7,7 +7,7 @@ describe "Homebrew.test_args" do
end
# 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
install_test_formula "testball", <<~'RUBY'
test do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment