lib/meroku/aws.rb in meroku-2.0.28 vs lib/meroku/aws.rb in meroku-2.0.29
- old
+ new
@@ -33,9 +33,11 @@
Meroku::Shared.ec2_client.associate_address(
allocation_id: allocation_id, instance_id: instance_id
)
# TODO: stub this in tests
print '*'
+ sleep 15
+ print '*'
TCPSocket.new '34.239.241.218', 22
# Socket.tcp("www.meroku.com", 22, connect_timeout: 60) {}
puts '*'
end