Skip to content

Commit

Permalink
Extend timeout with resolv.rb and Windows platform. It's expired with…
Browse files Browse the repository at this point in the history
… 10sec sometimes.
  • Loading branch information
hsbt committed Feb 13, 2025
1 parent cf00b31 commit 45397f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_require_lib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TestRequireLib < Test::Unit::TestCase

scripts.each do |lib|
define_method "test_thread_size:#{lib}" do
assert_separately(['-W0'], "#{<<~"begin;"}\n#{<<~"end;"}")
assert_separately(['-W0'], "#{<<~"begin;"}\n#{<<~"end;"}", timeout: 60)
begin;
n = Thread.list.size
require #{lib.dump}
Expand Down

0 comments on commit 45397f8

Please sign in to comment.