Method: Chef::Resource::Execute#timeout

Defined in:
lib/chef/resource/execute.rb

#timeout(arg = nil) ⇒ Object



112
113
114
115
116
117
118
# File 'lib/chef/resource/execute.rb', line 112

def timeout(arg=nil)
  set_or_return(
    :timeout,
    arg,
    :kind_of => [ Integer ]
  )
end