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:
parent
19787c4038
commit
b712455f98
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ class TestOpenURISSL
|
||||||
yield srv, dr, "https://#{host}:#{port}"
|
yield srv, dr, "https://#{host}:#{port}"
|
||||||
ensure
|
ensure
|
||||||
srv.shutdown
|
srv.shutdown
|
||||||
|
until srv.status == :Stop
|
||||||
|
sleep 0.1
|
||||||
|
end
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue