Skip to content

Commit

Permalink
ci: Fix CI timeout (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Sep 25, 2024
1 parent 6c88beb commit 6a1e392
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 @@ -14,7 +14,7 @@ jobs:
tests:
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 30
timeout-minutes: 45
strategy:
matrix:
script:
Expand Down

0 comments on commit 6a1e392

Please sign in to comment.