diff options
author | Tim Smith <tsmith@chef.io> | 2018-09-07 15:43:15 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-09-07 15:43:15 -0700 |
commit | 0c9b1ab45d97d972e326e991e696ed49253a8fda (patch) | |
tree | ffb1696ae0d7899109d1d087b42d6f244ceb4c29 /.expeditor/update_dep.sh | |
parent | 3375766107770fed6080c3348dfdb1645cf071e4 (diff) | |
download | chef-0c9b1ab45d97d972e326e991e696ed49253a8fda.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>
Diffstat (limited to '.expeditor/update_dep.sh')
-rw-r--r-- | .expeditor/update_dep.sh | 2 |
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 |