1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Wait until the proxy stops.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-04-22 15:04:44 +00:00
parent 628d3807d2
commit eab4183f14

View file

@ -93,6 +93,9 @@ class TestOpenURISSL < Test::Unit::TestCase
sio.truncate(0); sio.rewind
ensure
prxy.shutdown
until prxy.status == :Stop
sleep 0.1
end
end
}
end