capistrano-karaf 1.6.8 → 1.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/capistrano-karaf/extended.rb +1 -1
- metadata +1 -1
@@ -93,7 +93,7 @@ module Capistrano_Karaf
|
|
93
93
|
sleep args[:sleeptime]
|
94
94
|
end
|
95
95
|
|
96
|
-
raise
|
96
|
+
raise "Not all bundles pass the predicate within the timeout of #{args[:timeout} seconds" unless list_bundles.all? { |b| pred.call b }
|
97
97
|
end
|
98
98
|
|
99
99
|
# Wait till the predicate passes for a bundle
|