From 4883d1490e79ecee423a06444ada5cdc0ae53e74 Mon Sep 17 00:00:00 2001 From: Konstantinos Date: Wed, 2 Jul 2025 14:56:04 +0200 Subject: [PATCH 1/4] Added custom timeout to ci --- .github/workflows/CI-mingw.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI-mingw.yml b/.github/workflows/CI-mingw.yml index 8f6ff31182a..e984cbf3ef2 100644 --- a/.github/workflows/CI-mingw.yml +++ b/.github/workflows/CI-mingw.yml @@ -30,6 +30,8 @@ jobs: runs-on: ${{ matrix.os }} + timeout: 19 # max + 3*std of the last 7K runs + steps: - uses: actions/checkout@v4 with: From 3c460fcadd03f6671bab5f84f6a6da759308126e Mon Sep 17 00:00:00 2001 From: Konstantinos Date: Thu, 3 Jul 2025 10:00:32 +0200 Subject: [PATCH 2/4] Typo fix --- .github/workflows/CI-mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-mingw.yml b/.github/workflows/CI-mingw.yml index e984cbf3ef2..a8c27b17224 100644 --- a/.github/workflows/CI-mingw.yml +++ b/.github/workflows/CI-mingw.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} - timeout: 19 # max + 3*std of the last 7K runs + timeout-minutes: 19 # max + 3*std of the last 7K runs steps: - uses: actions/checkout@v4 From 96f412d78569937e441093b5640aa57e4434018b Mon Sep 17 00:00:00 2001 From: Konstantinos Date: Wed, 9 Jul 2025 22:21:32 +0200 Subject: [PATCH 3/4] Commented out changes as a sanity check for the CI failures --- .github/workflows/CI-mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-mingw.yml b/.github/workflows/CI-mingw.yml index a8c27b17224..e209124cb86 100644 --- a/.github/workflows/CI-mingw.yml +++ b/.github/workflows/CI-mingw.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} - timeout-minutes: 19 # max + 3*std of the last 7K runs + #timeout-minutes: 19 # max + 3*std of the last 7K runs steps: - uses: actions/checkout@v4 From 2c11ca2ff65494b5a4c4227e0e8a29f6bbeb412a Mon Sep 17 00:00:00 2001 From: Konstantinos Date: Thu, 10 Jul 2025 19:47:22 +0200 Subject: [PATCH 4/4] Added timeout again to see if build passes Signed-off-by: Konstantinos --- .github/workflows/CI-mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-mingw.yml b/.github/workflows/CI-mingw.yml index e209124cb86..a8c27b17224 100644 --- a/.github/workflows/CI-mingw.yml +++ b/.github/workflows/CI-mingw.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} - #timeout-minutes: 19 # max + 3*std of the last 7K runs + timeout-minutes: 19 # max + 3*std of the last 7K runs steps: - uses: actions/checkout@v4