Skip to content

Commit 667cb93

Browse files
committed
chore: timeout 60 -> 10
1 parent a7da470 commit 667cb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Test with pytest
5858
timeout-minutes: 5
59-
run: uv run pytest --no-cov --timeout=60
59+
run: uv run pytest --no-cov --timeout=10
6060

6161
- name: Minimize uv cache
6262
run: uv cache prune --ci

0 commit comments

Comments
 (0)