diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f63fb4c4..8a4f359d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -591,7 +591,7 @@ jobs: - name: Setup tmate session if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 - timeout-minutes: 1 # When debugging increase to a suitable value! + #timeout-minutes: 1 # When debugging increase to a suitable value! - name: Code coverage report if: ${{ success() && (matrix.coverage == true) }} run: |