From 98b322e734ea4ac522f38e394fa43829c04317e3 Mon Sep 17 00:00:00 2001 From: paresh devalia Date: Fri, 21 Nov 2025 12:33:45 +0530 Subject: [PATCH] Increase the CI build timeout while downloading the archive JAR, as no cache is available and the download takes longer than expected. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cc75b5cc45..8710d5179b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ env: jobs: docker-build: runs-on: ubuntu-22.04 - timeout-minutes: 180 + timeout-minutes: 600 steps: - uses: actions/checkout@v4