summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-05-19 11:16:25 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-05-19 11:16:25 -0700
commitb3b26bc9bfe5fc7607be87154624b336a79cec44 (patch)
treec7e7fdda3779d352d3e1db618a9a9e2b96b73afe
parent2882f53e6c3d7ffb1ac0c22a6200b2157cc79a15 (diff)
parent646dabd17a2245fee6dd96977af9c3272de3e712 (diff)
downloadchef-b3b26bc9bfe5fc7607be87154624b336a79cec44.tar.gz
Merge pull request #3393 from chef/lcg/chef-shell-timeout
bump timeout up to 300 seconds
-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