From 656136a922500cfbd367e800adf33708ce484126 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 18 Dec 2024 12:13:24 -0800 Subject: [PATCH] chore(ci): Bump cargo-deny timeout (#22058) Similar to https://github.com/vectordotdev/vector/pull/22056 the timeout for `deny` seems to be too small now since the image version was pinned. Bumping. Signed-off-by: Jesse Szwedko --- .github/workflows/deny.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index 430c21ca43c01..c69828a53744c 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -22,7 +22,7 @@ permissions: jobs: test-deny: runs-on: ubuntu-20.04 - timeout-minutes: 15 + timeout-minutes: 30 env: CARGO_INCREMENTAL: 0 steps: