TestRequire#test_loading_fifo_threading_success: Extend the timeout limit
This commit is contained in:
parent
239378613b
commit
43cf0f99f9
@ -866,7 +866,7 @@ class TestRequire < Test::Unit::TestCase
|
|||||||
File.unlink(f.path)
|
File.unlink(f.path)
|
||||||
File.mkfifo(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;
|
begin;
|
||||||
path = ARGV[0]
|
path = ARGV[0]
|
||||||
th = Thread.current
|
th = Thread.current
|
||||||
|
Loading…
x
Reference in New Issue
Block a user