tests: better per-test timeouts (#7612)
* tests: better per-test timeouts Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add 120s timeout to all integration test cases Signed-off-by: Jens Langhammer <jens@goauthentik.io> * used fixed (broken?) random seed Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
2
.github/workflows/ci-main.yml
vendored
2
.github/workflows/ci-main.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
||||
uses: helm/kind-action@v1.8.0
|
||||
- name: run integration
|
||||
run: |
|
||||
poetry run coverage run manage.py test tests/integration
|
||||
poetry run coverage run manage.py test --randomly-seed=2100196988 tests/integration
|
||||
poetry run coverage xml
|
||||
- if: ${{ always() }}
|
||||
uses: codecov/codecov-action@v3
|
||||
|
||||
Reference in New Issue
Block a user