Skip to content

Commit

Permalink
Continuous Integration: Readjust job timeouts to reflect increased te…
Browse files Browse the repository at this point in the history
…st suite size
  • Loading branch information
davidfstr committed Dec 17, 2023
1 parent aaf8c8e commit 709bf3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- macos-latest
python-version: ["3.8", "3.9"]
runs-on: ${{ matrix.os }}
timeout-minutes: 10 # normally takes 4 min, as of 2023-03-03
timeout-minutes: 12 # normally takes 9 min 50 secs, as of 2023-12-17
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- ubuntu-22.04
python-version: ["3.8", "3.9"]
runs-on: ${{ matrix.os }}
timeout-minutes: 10 # normally takes 2 min, as of 2023-03-03
timeout-minutes: 5 # normally takes 3 min 40 sec, as of 2023-12-17
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
- windows-latest
python-version: ["3.8", "3.9"]
runs-on: ${{ matrix.os }}
timeout-minutes: 15 # normally takes 10 min, as of 2023-03-03
timeout-minutes: 18 # normally takes 14 min 40 secs, as of 2023-12-17
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 709bf3f

Please sign in to comment.