From 34d0b5038ff011ee7e57d44406b3a665113bd4f6 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Tue, 19 Nov 2024 23:00:31 +0100 Subject: [PATCH] ci: Update timeouts to better match reality The Windows jobs are happier and run in max ~18 minutes after 7650574, while clang-tidy has slowly gotten slower over time, and can now take over 30 minutes sometimes. --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 74956d59..6fd1a0c2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -202,7 +202,7 @@ jobs: windows-msvc: runs-on: windows-2022 - timeout-minutes: 40 + timeout-minutes: 30 defaults: run: shell: bash @@ -224,7 +224,7 @@ jobs: windows-clang-cl: runs-on: windows-2022 - timeout-minutes: 45 + timeout-minutes: 30 defaults: run: shell: bash @@ -265,7 +265,7 @@ jobs: clang-tidy: runs-on: ubuntu-24.04 - timeout-minutes: 30 + timeout-minutes: 45 steps: - uses: actions/checkout@v4 - uses: actions/cache@v4