From 485c38b0ca77a87b214857d6c5ec6d256efacfe2 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 18 Dec 2024 08:27:06 -0800 Subject: [PATCH] chore(ci): Bump timeout for cli tests (#22056) I've started to see timeouts for this job since pinning the `runs-on` to `ubuntu-20.04`. Signed-off-by: Jesse Szwedko --- .github/workflows/cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 4678686cb2a9e..e797a7abddd23 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -9,7 +9,7 @@ permissions: jobs: test-cli: runs-on: ubuntu-20.04 - timeout-minutes: 15 + timeout-minutes: 30 env: CARGO_INCREMENTAL: 0 steps: