From dc0f9e57e8d478c61e59df124deedf8a7594d218 Mon Sep 17 00:00:00 2001 From: wind57 Date: Mon, 25 Sep 2023 17:29:42 +0300 Subject: [PATCH] increase to 120 minutes --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 6264d4c008..16ab61ef3c 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -101,7 +101,7 @@ jobs: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 30 # only run this one if there is a previous cache of test times if: needs.build.outputs.test_times_cache_present == 'true' - timeout-minutes: 60 + timeout-minutes: 120 strategy: fail-fast: true