Skip to content

Commit

Permalink
CU-8694gzbn3: Remove timeout from unit tests in main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed May 13, 2024
1 parent 9459b8d commit 3618b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
flake8 medcat
- name: Test
run: |
timeout 45m python -m unittest discover
python -m unittest discover
publish-to-test-pypi:

Expand Down

0 comments on commit 3618b9c

Please sign in to comment.