chore: Update codspeed workflow with timeout parameter (#7903)
This commit is contained in:
parent
051a6c2ae5
commit
7fdca5895e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codspeed.yml
vendored
2
.github/workflows/codspeed.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
--ignore=src/backend/tests/integration \
|
||||
--codspeed \
|
||||
-m "not api_key_required" \
|
||||
-n auto
|
||||
-n auto \
|
||||
--timeout 600
|
||||
- name: Minimize uv cache
|
||||
run: uv cache prune --ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue