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
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:
parent
d9660abee1
commit
805ac86935
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue