Merge pull request #8089 from dtrodrigues/readall-timeout

increase readall test timeout
This commit is contained in:
Jonathan Chang 2020-07-26 13:33:01 +10:00 committed by GitHub
commit ae58255773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ describe "Homebrew.readall_args" do
it_behaves_like "parseable arguments"
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
formula_file = setup_test_formula "testball"