Skip to content

Commit

Permalink
chore(ci): Bump cargo-deny timeout
Browse files Browse the repository at this point in the history
Similar to #22056 the timeout for `deny` seems to be too
small now since the image version was pinned. Bumping.

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Dec 18, 2024
1 parent 485c38b commit a9c90ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
jobs:
test-deny:
runs-on: ubuntu-20.04
timeout-minutes: 15
timeout-minutes: 30
env:
CARGO_INCREMENTAL: 0
steps:
Expand Down

0 comments on commit a9c90ec

Please sign in to comment.