Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu committed Oct 24, 2024
1 parent 433a667 commit 2e7ed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
if args.debug? # --debug is interactive
run_test.call
else
Timeout.timeout(Homebrew::EnvConfig.test_timeout_secs, &run_test)
Timeout.timeout(Homebrew::EnvConfig.test_timeout_secs.to_i, &run_test)
end
rescue Exception => e # rubocop:disable Lint/RescueException
error_pipe.puts e.to_json
Expand Down

0 comments on commit 2e7ed41

Please sign in to comment.