Skip to content

Commit

Permalink
chore(workflows): increase timeout limits
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Feb 16, 2023
1 parent 48bed06 commit f5b292c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
matrix:
python-version: ["3.7"] # sync with requires-python in pyproject.toml
fail-fast: false
timeout-minutes: 30
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10"] # sync with requires-python in pyproject.toml
fail-fast: false
timeout-minutes: 30
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f5b292c

Please sign in to comment.