Skip to content

Commit

Permalink
Reduced CI job timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Feb 5, 2024
1 parent d30bc4e commit 8d16057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
cmake_tests: 1
os: ubuntu-20.04

timeout-minutes: 120
timeout-minutes: 60
runs-on: ${{matrix.os}}
container: ${{matrix.container}}

Expand Down Expand Up @@ -529,7 +529,7 @@ jobs:
cmake_tests: 1
os: windows-2022

timeout-minutes: 120
timeout-minutes: 60
runs-on: ${{matrix.os}}

steps:
Expand Down

0 comments on commit 8d16057

Please sign in to comment.