We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785ffdc commit dfe5acfCopy full SHA for dfe5acf
Makefile
@@ -46,7 +46,7 @@ typecheck:
46
pre-commit run mypy-local --all-files && pre-commit run pyrefly-local --all-files
47
48
test:
49
- python -m pytest tests -n auto
+ python -m pytest tests -n auto --timeout=300
50
51
pr: clean fix lint typecheck test
52
0 commit comments