summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout.rb
diff options
context:
space:
mode:
authorMatthew Kent <mkent@magoazul.com>2012-10-24 23:55:02 -0700
committerMatthew Kent <mkent@magoazul.com>2012-10-24 23:55:02 -0700
commit5199c45dfbdfa9919aaa3a64535d8216c27b7948 (patch)
tree5fee46cb534a93c92456a8662064e752ef890af7 /lib/mixlib/shellout.rb
parent15e23eec2daae75a61c7d29c7af3f489d9278248 (diff)
downloadmixlib-shellout-5199c45dfbdfa9919aaa3a64535d8216c27b7948.tar.gz
MIXLIB_SHELLOUT-02: Fix comments about default timeout to avoid confusion.
Diffstat (limited to 'lib/mixlib/shellout.rb')
-rw-r--r--lib/mixlib/shellout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout.rb b/lib/mixlib/shellout.rb
index 8e8b7ea..3b2651c 100644
--- a/lib/mixlib/shellout.rb
+++ b/lib/mixlib/shellout.rb
@@ -213,7 +213,7 @@ module Mixlib
# * Errno::ENOENT when the command is not available on the system (or not
# in the current $PATH)
# * CommandTimeout when the command does not complete
- # within +timeout+ seconds (default: 60s)
+ # within +timeout+ seconds (default: 600s)
def run_command
if logger
log_message = (log_tag.nil? ? "" : "#@log_tag ") << "sh(#@command)"