Skip to content

Commit 43cf0f9

Browse files
committed
TestRequire#test_loading_fifo_threading_success: Extend the timeout limit
1 parent 2393786 commit 43cf0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby/test_require.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ def test_loading_fifo_threading_success
866866
File.unlink(f.path)
867867
File.mkfifo(f.path)
868868

869-
assert_separately(["-", f.path], "#{<<~"begin;"}\n#{<<~"end;"}", timeout: 3)
869+
assert_separately(["-", f.path], "#{<<~"begin;"}\n#{<<~"end;"}", timeout: 10)
870870
begin;
871871
path = ARGV[0]
872872
th = Thread.current

0 commit comments

Comments
 (0)