diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b13637c56..eb43ba5ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,7 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true + timeout-minutes: 30 - name: Prepare tests run: bin/setup - name: Run tests