Takashi Kokubun 2026-05-15 03:24:22 +0000 (Fri, 15 May 2026)
New Revision: 9b747f5ef9
https://github.com/ruby/ruby/commit/9b747f5ef9
Log:
test_box.rb: extend timeout for Windows CI (#16963)
test/ruby/test_box.rb: extend timeout for slow Windows CI
The default 10-second assert_separately timeout is too tight for
test_calling_root_box_methods_does_not_change_user_boxes_newly_created
on Windows CI, where the subprocess completes successfully but slower
than 10 seconds.
Modified files:
test/ruby/test_box.rb