increase readall test timeout

This commit is contained in:
Dustin Rodrigues 2020-07-25 22:53:25 -04:00
parent bcf9fce70f
commit ec81d43519

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, timeout: 180 do describe "brew readall", :integration_test, timeout: 240 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"