Skip to content

Commit c0612c4

Browse files
author
Tomtana
committed
Merge branch 'main' of https://github.com/tomtana/python-glinet into main
2 parents 02fee2b + b7780f3 commit c0612c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/python-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
build:
1414
name: code_coverage
1515
runs-on: ubuntu-latest
16+
timeout-minutes: 15
1617

1718
steps:
1819
- name: Checkout Repository

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
build:
1414
name: python_tests
1515
runs-on: ${{ matrix.os }}
16+
timeout-minutes: 20
1617
strategy:
1718
fail-fast: false
1819
matrix:

0 commit comments

Comments
 (0)