From bd6ae9492e4dbe523708a555dad00c01ef63737c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Alizak?= Date: Mon, 3 Apr 2023 21:17:29 +0000 Subject: [PATCH] Extend `maven-checks` job timeout by additional 5 minutes The recent merge of https://github.com/trinodb/trino/pull/16098 increased build robustness in the event of main Ubuntu repo failures, at the cost of 2-3 minutes for downloading Ubuntu mirror indexes. It turns out the 45 minute timeout was very close to the actual time needed to perform the entire job, and extending it is necessary to avoid cancelling the job. --- .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 56e8583ea151..cd15e218432a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: java-version: - 17 - 20 - timeout-minutes: 45 + timeout-minutes: 50 steps: - uses: actions/checkout@v3 with: