Skip to content

Commit

Permalink
ci: Decrease time limit again
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Apr 14, 2023
1 parent 4904848 commit 06c5de5
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 @@ -122,7 +122,7 @@ jobs:

tests:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
timeout-minutes: 90
timeout-minutes: 45
# continue-on-error: "${{ matrix.experimental == true }}"
strategy:
fail-fast: false
Expand Down

0 comments on commit 06c5de5

Please sign in to comment.