From 0c50d4a9260ccabb289a9b06bfebf5c12bee5218 Mon Sep 17 00:00:00 2001 From: erabii Date: Fri, 13 Oct 2023 22:43:58 +0300 Subject: [PATCH] fix (#1479) --- .github/workflows/maven.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 4fcc7063..fd277910 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -98,7 +98,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 @@ -145,7 +145,7 @@ jobs: runs-on: ubuntu-latest env: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 30 - timeout-minutes: 60 + timeout-minutes: 120 # only run this one if there is no previous cache of test times if: needs.build.outputs.test_times_cache_present == 'false'