Skip to content

Commit

Permalink
Add timeouts to all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 4, 2024
1 parent e4adc76 commit a9653ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ jobs:
os: windows-2019

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit a9653ff

Please sign in to comment.