1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Kyle Rames
14db73efe9 updating wait_for timeout message per conversation with @geemus 2012-12-12 15:35:41 -06:00
Kyle Rames
3d306b6650 Updated Fog.wait_for to throw a timeout exception instead of returning false #1368 2012-12-12 12:14:44 -06:00
Nelvin Driz
0035231954 [openstack] Fix Failing Shindo Tests
Signed-off-by: Nelvin Driz <nelvindriz@live.com>
2012-10-02 14:09:02 +08:00
Aaron Suggs
82517cde36 [core] Cast Fog.wait_for interval to float.
sleep() is strict. Allow more liberal values like
ActiveSupport::Durations:

   Fog.wait(1.hour, 10.seconds) { … }
2011-11-30 12:35:13 -05:00
Christopher Meiklejohn
49d8a92a63 Move timeout up to Fog from Fog::Mock. 2011-07-11 18:06:47 -04:00
Christopher Meiklejohn
74c4689691 Move the timeout to Mock and stop hardcoding. 2011-07-09 20:47:49 -04:00
geemus
d5a4b0180c [core] cleanup dependencies 2010-12-16 11:24:52 -08:00