Skip to content

Commit

Permalink
Removed timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Oct 27, 2023
1 parent 1abeb11 commit 28ac8fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/test-unit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ runs:
- name: Test
run: |
pytest -v ./tests/unit/ \
--timeout=120 --timeout_method=thread \
--color=yes \
--junitxml="./test-results/test-unit-new-${{ inputs.os }}-${{ inputs.python-version }}.xml"
shell: bash
Expand Down

0 comments on commit 28ac8fd

Please sign in to comment.