Skip to content

Commit

Permalink
add workflow time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
karroyan committed Aug 23, 2023
1 parent 27f24f1 commit 297831d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platform_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: ${{ (matrix.os == 'macos-latest' && matrix.python-version == '3.7') && '3.7.16' || matrix.python-version }}
- name: do_platform_test
timeout-minutes: 30
timeout-minutes: 120
run: |
python -m pip install .
python -m pip install ".[test,k8s]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: do_unittest
timeout-minutes: 40
timeout-minutes: 120
run: |
python -m pip install box2d-py
python -m pip install .
Expand Down

0 comments on commit 297831d

Please sign in to comment.