Skip to content

Commit f2bca61

Browse files
author
Rafael Henter
committed
Fix tests again for actions2
1 parent 06a3beb commit f2bca61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Run tests
3434
run: |
35-
cd test-django-project && pytest --cov=django_models --cov-branch --cov-report=xml --cov-report=term --maxfail=2 --timeout=120
35+
cd test-django-project && pytest --cov=django_models --cov-branch --cov-report=xml --cov-report=term --maxfail=2
3636
3737
- name: Upload test results to Codecov
3838
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)