* test/ruby/test_io.rb (test_race_closed_stream): awit for 'sleep' state.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2017-04-14 18:19:37 +00:00
Родитель 2ad7a741c0
Коммит db2822a5bc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3412,7 +3412,7 @@ __END__
end
end
q.pop
sleep 0.1 # wait for blocking by r.gets
sleep 0.01 while thread.status != 'sleep'
r.close
assert_raise_with_message(IOError, /stream closed/) do
thread.join