Skip to content

Commit 969aa4e

Browse files
committed
chore: pytest timeout 5 -> 10
1 parent 2e22500 commit 969aa4e

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
@@ -55,7 +55,7 @@ jobs:
5555
run: uv sync
5656

5757
- name: Test with pytest
58-
timeout-minutes: 5
58+
timeout-minutes: 10
5959
run: uv run pytest --no-cov --timeout=10 --color=yes -vv
6060

6161
- name: Minimize uv cache

0 commit comments

Comments
 (0)