module NodeSpec::RunOptions

Attributes

command_timeout[W]

Public Class Methods

command_timeout() click to toggle source
# File lib/nodespec/run_options.rb, line 9
def command_timeout
  @command_timeout || 600
end