Skip to content

Commit

Permalink
Increase the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Aug 15, 2022
1 parent 41619f0 commit 3144f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
requirements: requirements-test.txt

- name: Run Pytest with Coverage
timeout-minutes: 10
timeout-minutes: 15
run: |
coverage run --source=./src/tribler/core -p -m pytest ./src/tribler/core --looptime
coverage run --source=./src/tribler/core -p -m pytest ./src/tribler/core/components/tunnel/tests/test_full_session --tunneltests --looptime
Expand Down

0 comments on commit 3144f74

Please sign in to comment.