Increase timeout for brew readall integration test.
This commit is contained in:
parent
b2698d501b
commit
d048c324f9
@ -6,7 +6,7 @@ describe "Homebrew.readall_args" do
|
|||||||
it_behaves_like "parseable arguments"
|
it_behaves_like "parseable arguments"
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "brew readall", :integration_test do
|
describe "brew readall", :integration_test, timeout: 180 do
|
||||||
it "imports all Formulae for a given Tap" do
|
it "imports all Formulae for a given Tap" do
|
||||||
formula_file = setup_test_formula "testball"
|
formula_file = setup_test_formula "testball"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user