summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-05-18 12:05:54 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-05-18 12:05:54 -0700
commit646dabd17a2245fee6dd96977af9c3272de3e712 (patch)
treef4ab6e391cb55a7100cd7347466febb37d4432a6
parentb9a326a9c7fe9b7d888101edb55ef701b0f3ef70 (diff)
downloadchef-lcg/chef-shell-timeout.tar.gz
bump timeout up to 300 secondslcg/chef-shell-timeout
trying to see if the sparc failures are just because 30 seconds is still too slow on them.
-rw-r--r--spec/functional/shell_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/shell_spec.rb b/spec/functional/shell_spec.rb
index 122d7a698c..a753948c7f 100644
--- a/spec/functional/shell_spec.rb
+++ b/spec/functional/shell_spec.rb
@@ -29,7 +29,7 @@ describe Shell do
describe "smoke tests", :unix_only => true do
include Chef::Mixin::Command::Unix
- TIMEOUT=30
+ TIMEOUT=300
def read_until(io, expected_value)
start = Time.new