Skip to content

Commit 229c443

Browse files
acul71lla-dane
authored andcommitted
fix: add 300s timeout to tests
1 parent 8d4e2a9 commit 229c443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ typecheck:
4646
pre-commit run mypy-local --all-files && pre-commit run pyrefly-local --all-files
4747

4848
test:
49-
python -m pytest tests -n auto
49+
python -m pytest tests -n auto --timeout=300
5050

5151
pr: clean fix lint typecheck test
5252

0 commit comments

Comments
 (0)