summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-07 15:43:15 -0700
committerTim Smith <tsmith@chef.io>2018-09-07 15:43:15 -0700
commit0c9b1ab45d97d972e326e991e696ed49253a8fda (patch)
treeffb1696ae0d7899109d1d087b42d6f244ceb4c29
parent3375766107770fed6080c3348dfdb1645cf071e4 (diff)
downloadchef-expeditor_fix.tar.gz
Update the sleep to 240 secondsexpeditor_fix
120 seconds wasn't enough for some jobs. Let's give Rubygems plenty of tim to have the correct information. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/update_dep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh
index de820c6bd9..a95ef794e9 100644
--- a/.expeditor/update_dep.sh
+++ b/.expeditor/update_dep.sh
@@ -18,7 +18,7 @@ bundle install
# it appears that the gem that triggers this script fires off this script before
# the gem is actually available via bundler on rubygems.org.
-sleep 120
+sleep 240
gem install rake
rake dependencies:update_gemfile_lock