diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index f08fc55d9f..926f1afcf1 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -606,7 +606,7 @@ module Homebrew if ARGV.include? "--cleanup" test "git", "reset", "--hard" git "stash", "pop" - test "brew", "cleanup", "--prune=30" + test "brew", "cleanup", "--prune=7" git "gc", "--auto" end