diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e98d08e..55a5f96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,5 +136,9 @@ jobs: vagrant up --no-tty - name: Test - run: | - vagrant up --provision-with=test + uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 + with: + timeout_minutes: 20 + max_attempts: 5 + command: | + vagrant up --provision-with=test