Skip to content

Commit

Permalink
increase timeout for coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Mar 20, 2024
1 parent 4301aff commit c7c7a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
labels: bare-metal
needs: ["set-tags"]
if: ${{ !github.event.pull_request.head.repo.fork }}
timeout-minutes: 60
timeout-minutes: 240
env:
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: "0"
Expand Down

0 comments on commit c7c7a37

Please sign in to comment.