Skip to content

Commit

Permalink
Increase GHA timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 6, 2024
1 parent a57c782 commit db20a49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ jobs:
- os: macos-13

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

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -641,7 +641,7 @@ jobs:
- os: macos-13

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

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -700,7 +700,7 @@ jobs:
- os: macos-13

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

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -754,7 +754,7 @@ jobs:
- os: windows-2022

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

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -804,7 +804,7 @@ jobs:
- os: windows-2022

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

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -872,7 +872,7 @@ jobs:
- os: windows-2022

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

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit db20a49

Please sign in to comment.