chore: Update codspeed workflow with timeout parameter (#7903)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-05-05 16:29:46 -03:00 committed by GitHub
commit 7fdca5895e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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