summaryrefslogtreecommitdiff
path: root/habitat/plan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'habitat/plan.sh')
-rw-r--r--habitat/plan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.sh b/habitat/plan.sh
index 967cdd334e..64f424dfac 100644
--- a/habitat/plan.sh
+++ b/habitat/plan.sh
@@ -93,7 +93,7 @@ do_prepare() {
do_build() {
( cd "$CACHE_PATH" || exit_with "unable to enter hab-cache directory" 1
build_line "Installing gem dependencies ..."
- bundle install
+ bundle install --jobs=3 --retry=3
build_line "Installing this project's gems ..."
bundle exec rake install
for gem in $GEM_HOME/bundler/gems/*; do