mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ibm] Set expire a few seconds in the future since it takes a while to process
This commit is contained in:
parent
41a964c577
commit
6928dbfd65
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ module Fog
|
||||||
|
|
||||||
# Expires the instance immediately
|
# Expires the instance immediately
|
||||||
def expire!
|
def expire!
|
||||||
expire_at(Time.now)
|
expire_at(Time.now + 5)
|
||||||
end
|
end
|
||||||
|
|
||||||
def image
|
def image
|
||||||
|
|
Loading…
Add table
Reference in a new issue