Skip to content

Commit

Permalink
Increase pytest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 8, 2023
1 parent 5b37491 commit abd1572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ jobs:
python3 -m script.translations develop --all
- name: Run pytest (fully)
if: needs.info.outputs.test_full_suite == 'true'
timeout-minutes: 60
timeout-minutes: 120
id: pytest-full
env:
PYTHONDONTWRITEBYTECODE: 1
Expand Down

0 comments on commit abd1572

Please sign in to comment.