Increase timeout for brew readall integration test.

This commit is contained in:
Markus Reiter 2020-07-22 00:51:57 +02:00
parent b2698d501b
commit d048c324f9

View File

@ -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"