Skip to content

Commit

Permalink
chore(ci): Bump cargo-deny timeout (#22058)
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 authored Dec 18, 2024
1 parent 434e742 commit 656136a
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 656136a

Please sign in to comment.