diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b737671..081eff660 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -829,7 +829,7 @@ jobs: if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 # When debugging increase to a suitable value! - timeout-minutes: ${{ github.event.pull_request && 1 || 20 }} + timeout-minutes: ${{ github.event.pull_request && 100 || 20 }} - name: Prepare code coverage report if: ${{ success() && (matrix.coverage == true) }} run: |