1
0
Fork 0
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:
Decklin Foster 2012-02-29 00:13:08 -05:00
parent 41a964c577
commit 6928dbfd65

View file

@ -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