Skip to content

Commit

Permalink
Add timeout to actions (#6)
Browse files Browse the repository at this point in the history
* fix bug listify dict

* remove "wrong parameter"

* increase coverage

* add timeout to jobs

Co-authored-by: Tomtana <[email protected]>
  • Loading branch information
tomtana and Tomtana authored Aug 25, 2022
1 parent 98b4317 commit b7780f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build:
name: code_coverage
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- name: Checkout Repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build:
name: python_tests
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b7780f3

Please sign in to comment.