From 1761518cadbf9482e3b55c6a79cdc67add71e9e7 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 22 Mar 2021 16:54:28 -0700 Subject: bump the timeout up for gecode/depselector/berks installs Signed-off-by: Lamont Granquist --- tasks/bin/run_external_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') diff --git a/tasks/bin/run_external_test b/tasks/bin/run_external_test index e4d984e9ee..2d191adbb4 100755 --- a/tasks/bin/run_external_test +++ b/tasks/bin/run_external_test @@ -32,7 +32,7 @@ Dir.mktmpdir("chef-external-test") do |dir| Dir.chdir(dir) do shell_out!("git checkout #{git_thing}", live_stream: STDOUT) Bundler.with_unbundled_env do - shell_out!("bundle install --jobs=3 --retry=3", live_stream: STDOUT, env: env) + shell_out!("bundle install --jobs=3 --retry=3", live_stream: STDOUT, env: env, timeout: 3600) shell_out!("bundle exec #{ARGV.join(" ")}", live_stream: STDOUT, env: env) end end -- cgit v1.2.1