This commit is contained in:
Scott Schneider 2014-09-11 16:46:32 +00:00
commit 2395613551

View file

@ -48,6 +48,10 @@ module Vmpooler
) )
begin begin
Socket.getaddrinfo(vm, nil) Socket.getaddrinfo(vm, nil)
Timeout::timeout(5) {
TCPSocket.new vm, 22
}
rescue rescue
end end