test: add missing require "timeout"
When the timeout exception is propagated backed from `safe_fork`, it requires "timeout" to restore the exception.
This commit is contained in:
parent
305ced5360
commit
3287c5f388
@ -1,6 +1,7 @@
|
||||
require "extend/ENV"
|
||||
require "formula_assertions"
|
||||
require "sandbox"
|
||||
require "timeout"
|
||||
|
||||
module Homebrew
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user