diff options
Diffstat (limited to 'omnibus/omnibus-test.sh')
-rw-r--r-- | omnibus/omnibus-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/omnibus-test.sh b/omnibus/omnibus-test.sh index d33ade448c..3117d6efb6 100644 --- a/omnibus/omnibus-test.sh +++ b/omnibus/omnibus-test.sh @@ -156,6 +156,6 @@ fi CHEF_LICENSE=accept-no-persist cd "$chef_gem" -sudo -E bundle install +sudo -E bundle install --jobs=3 --retry=3 # FIXME: we need to add back unit and integration tests here. we have no coverage of those on e.g. AIX sudo -E bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/functional |