TestRequire#test_loading_fifo_threading_success: Extend the timeout limit

This commit is contained in:
Yusuke Endoh 2024-06-07 23:44:29 +09:00
parent 239378613b
commit 43cf0f99f9

View File

@ -866,7 +866,7 @@ class TestRequire < Test::Unit::TestCase
File.unlink(f.path)
File.mkfifo(f.path)
assert_separately(["-", f.path], "#{<<~"begin;"}\n#{<<~"end;"}", timeout: 3)
assert_separately(["-", f.path], "#{<<~"begin;"}\n#{<<~"end;"}", timeout: 10)
begin;
path = ARGV[0]
th = Thread.current