awsome 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/awsome/ec2/instance.rb +2 -2
  2. metadata +1 -1
@@ -19,14 +19,14 @@ module Awsome
19
19
  end
20
20
 
21
21
  def wait_until_running!
22
- Awsome.wait_until(interval: 10) do
22
+ Awsome.wait_until(interval: 20) do
23
23
  reload!
24
24
  @properties['state'] =~ /^running/
25
25
  end
26
26
  end
27
27
 
28
28
  def wait_for_ssh!
29
- Awsome.wait_until(interval: 10) { has_ssh? }
29
+ Awsome.wait_until(interval: 20) { has_ssh? }
30
30
  end
31
31
 
32
32
  def ssh(*args)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awsome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: