Skip to content

Commit

Permalink
pytest: increase timeout, the mypy tests currently time out on GA macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ctheune committed Feb 4, 2024
1 parent b3bd22e commit 3a66d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[pytest]
addopts = --timeout=30 --mypy --cov=src --cov-report=html --ignore lib --ignore lib64 --strict-markers
addopts = --timeout=60 --mypy --cov=src --cov-report=html --ignore lib --ignore lib64 --strict-markers
testpaths = src/aramaki

0 comments on commit 3a66d09

Please sign in to comment.