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 6594779 commit 5bbcce0
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 @@ -464,7 +464,7 @@ jobs:
cmake_tests: 1
os: ubuntu-20.04

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

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

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

steps:
Expand Down

0 comments on commit 5bbcce0

Please sign in to comment.