Skip to content

Commit 46f893f

Browse files
committed
add timeout
1 parent 2af6975 commit 46f893f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uv run pytest \
3939
-n auto \
4040
--cov src \
41+
--timeout 15 \
4142
-o junit_suite_name="${{github.job}}" \
4243
tests/unit
4344

0 commit comments

Comments
 (0)