Skip to content

Commit 9cf27e0

Browse files
authored
1 parent 9bbd249 commit 9cf27e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ruby/test_rubyoptions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ def test_script_from_stdin
994994
pid = spawn(EnvUtil.rubybin, :in => s, :out => w)
995995
w.close
996996
assert_nothing_raised('[ruby-dev:37798]') do
997-
result = EnvUtil.timeout(3) {r.read}
997+
result = EnvUtil.timeout(10) {r.read}
998998
end
999999
Process.wait pid
10001000
}

0 commit comments

Comments
 (0)