From 38aea94f91363be535ae541b7f83a98d3f5ceb32 Mon Sep 17 00:00:00 2001 From: Rudraksh Pareek Date: Fri, 6 Dec 2024 21:27:07 +0530 Subject: [PATCH] chore: increase image push job timeout --- .github/workflows/ci-latest-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-latest-release.yml b/.github/workflows/ci-latest-release.yml index 804861c843..f9b3d15e28 100644 --- a/.github/workflows/ci-latest-release.yml +++ b/.github/workflows/ci-latest-release.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest-16-cores permissions: id-token: write - timeout-minutes: 120 + timeout-minutes: 150 steps: - uses: actions/checkout@v3 with: