Skip to content

Commit

Permalink
ci: introduced timeouts
Browse files Browse the repository at this point in the history
The default value is around 6hours. This drastically reduces it, so that
infinite loops won't make the CI take that long.
  • Loading branch information
Augusto F. Hack committed Apr 14, 2022
1 parent 95e652f commit e428c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: make karapace/version.py

- name: Execute unit-tests
timeout-minutes: 2
run: python3 -m pytest -s -vvv tests/unit/

- name: Execute integration-tests
Expand Down

0 comments on commit e428c03

Please sign in to comment.