Increase timeout for some integration tests.
This commit is contained in:
parent
5cf7ffd93e
commit
bf9659423a
@ -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"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user