Exception used to signal command overran it's timeout in seconds
seconds - integer of maximum seconds to wait on command
# File lib/openshift-origin-node/utils/shell_exec.rb, line 45 def initialize(seconds) super 'Timeout exceeded' @seconds = seconds end
# File lib/openshift-origin-node/utils/shell_exec.rb, line 50 def to_s super + " duration of #@seconds seconds" end