ci(forgejo): bump gpx test timeout (heavy fit-parser cold import)
Some checks failed
CI / Dockerfile Package Check (push) Successful in 29s
CI / OpenSpec Validate (push) Successful in 3m2s
CI / Security Scan (push) Successful in 3m40s
CI / Typecheck (push) Successful in 3m25s
CI / Lint (push) Successful in 4m27s
CI / Unit Tests (push) Successful in 4m22s
CI / Build (push) Successful in 3m23s
CI / Journal Image Smoke Test (push) Failing after 3m38s
CI / E2E Tests (push) Failing after 2m24s
CI / Visual Tests (push) Successful in 49m14s

Same runner cold-import slowness as @trails-cool/db: the gpx→fit round-trip
test's import exceeds vitest's 5s default under CI CPU contention.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-07-22 18:11:45 +02:00
parent d9660abee1
commit 805ac86935
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -8,7 +8,7 @@
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"test": "vitest run",
"test": "vitest run --testTimeout=20000",
"lint": "eslint .",
"typecheck": "tsc"
},