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