# File lib/chef/resource/execute.rb, line 107 def timeout(arg=nil) set_or_return( :timeout, arg, :kind_of => [ Integer ] ) end