From af0b385fc96684da165124ac2c89d0e00d4bc6d3 Mon Sep 17 00:00:00 2001 From: Konstantinos Date: Wed, 2 Jul 2025 15:32:21 +0200 Subject: [PATCH 1/2] Added custom ci timeout --- .github/workflows/merge_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/merge_build.yml b/.github/workflows/merge_build.yml index 3cc5f8c6d..f9bde56fd 100644 --- a/.github/workflows/merge_build.yml +++ b/.github/workflows/merge_build.yml @@ -8,6 +8,7 @@ on: jobs: Build: + timeout: 268 # minutes, equal to max + 3*std of the last 2500 successful runs strategy: fail-fast: false matrix: From 5376b90bee6cf963e624da32dc4b54e91f9b08bc Mon Sep 17 00:00:00 2001 From: Konstantinos Date: Thu, 3 Jul 2025 10:01:32 +0200 Subject: [PATCH 2/2] Typo fix --- .github/workflows/merge_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_build.yml b/.github/workflows/merge_build.yml index f9bde56fd..09aa7ca4b 100644 --- a/.github/workflows/merge_build.yml +++ b/.github/workflows/merge_build.yml @@ -8,7 +8,7 @@ on: jobs: Build: - timeout: 268 # minutes, equal to max + 3*std of the last 2500 successful runs + timeout-minutes: 268 # equal to max + 3*std of the last 2500 successful runs strategy: fail-fast: false matrix: