aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test.rb')
-rw-r--r--Library/Homebrew/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test.rb b/Library/Homebrew/test.rb
index 163abe93a..796ce0901 100644
--- a/Library/Homebrew/test.rb
+++ b/Library/Homebrew/test.rb
@@ -24,7 +24,7 @@ begin
formula.extend(Debrew::Formula) if ARGV.debug?
# tests can also return false to indicate failure
- Timeout::timeout TEST_TIMEOUT_SECONDS do
+ Timeout.timeout TEST_TIMEOUT_SECONDS do
raise "test returned false" if formula.run_test == false
end
rescue Exception => e