Skip to content

Commit

Permalink
Remove tmate long wait
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Nov 30, 2023
1 parent dfbbc7a commit 4ef015a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ jobs:
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# When debugging increase to a suitable value!
timeout-minutes: ${{ github.event.pull_request && 100 || 20 }}
timeout-minutes: ${{ github.event.pull_request && 1 || 20 }}
- name: Prepare code coverage report
if: ${{ success() && (matrix.coverage == true) }}
run: |
Expand Down

0 comments on commit 4ef015a

Please sign in to comment.