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

Wait until the server stops.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-04-23 14:05:49 +00:00
parent 19787c4038
commit b712455f98

View file

@ -35,6 +35,9 @@ class TestOpenURISSL
yield srv, dr, "https://#{host}:#{port}"
ensure
srv.shutdown
until srv.status == :Stop
sleep 0.1
end
end
}
end