lib/centaman/service.rb in centaman-5.0.0 vs lib/centaman/service.rb in centaman-5.0.1
- old
+ new
@@ -1,10 +1,10 @@
require 'timeout'
module Centaman
#:nodoc:
class Service < Wrapper
- DEFAULT_TIMEOUT_TIME = 20
+ DEFAULT_TIMEOUT_TIME = 15
def after_init(args)
# overwritten by subclasses
end