Skip to content

Commit

Permalink
ci: Update timeouts to better match reality
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
robinlinden committed Nov 19, 2024
1 parent e293c43 commit 34d0b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

windows-msvc:
runs-on: windows-2022
timeout-minutes: 40
timeout-minutes: 30
defaults:
run:
shell: bash
Expand All @@ -224,7 +224,7 @@ jobs:

windows-clang-cl:
runs-on: windows-2022
timeout-minutes: 45
timeout-minutes: 30
defaults:
run:
shell: bash
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 34d0b50

Please sign in to comment.