Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 22, 2024
1 parent cc175bb commit 5cfed51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: "3.12"
checks: 'validate'
runs-on: ${{ matrix.runner }}
timeout-minutes: 5
timeout-minutes: 20

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
python-version: 3.8

runs-on: ${{ matrix.runner }}
timeout-minutes: 5
timeout-minutes: 20

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
checks: 'tests'

runs-on: ${{ matrix.runner }}
timeout-minutes: 5
timeout-minutes: 20

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 5cfed51

Please sign in to comment.