From b6dadc7fc0b7bbc6acf15d431ae0d0a030bcc020 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 22 Oct 2019 15:41:09 +0200 Subject: [PATCH] Give bundler more time to install --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2df1206479..334635b76e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: run: | sudo apt install -yqq libpq-dev - name: Install bundle + timeout-minutes: 10 run: | gem install bundler bundle install --jobs 4 --retry 3