mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
9bbd24977d
commit
9cf27e0a42
1 changed files with 1 additions and 1 deletions
|
@ -994,7 +994,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
||||||
pid = spawn(EnvUtil.rubybin, :in => s, :out => w)
|
pid = spawn(EnvUtil.rubybin, :in => s, :out => w)
|
||||||
w.close
|
w.close
|
||||||
assert_nothing_raised('[ruby-dev:37798]') do
|
assert_nothing_raised('[ruby-dev:37798]') do
|
||||||
result = EnvUtil.timeout(3) {r.read}
|
result = EnvUtil.timeout(10) {r.read}
|
||||||
end
|
end
|
||||||
Process.wait pid
|
Process.wait pid
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue