diff options
| author | Yusuke Endoh <mame@ruby-lang.org> | 2024-06-07 23:44:29 +0900 |
|---|---|---|
| committer | Yusuke Endoh <mame@ruby-lang.org> | 2024-06-07 23:44:29 +0900 |
| commit | 43cf0f99f99e81614a265863349e6f3264578865 (patch) | |
| tree | 7430347b3b20d6f167389716eb20882343ce1262 /test/ruby | |
| parent | 239378613b710f96bd078301bb4061078e088524 (diff) | |
TestRequire#test_loading_fifo_threading_success: Extend the timeout limit
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_require.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_require.rb b/test/ruby/test_require.rb index 4217006d61..5aadf779fb 100644 --- a/test/ruby/test_require.rb +++ b/test/ruby/test_require.rb @@ -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 |
