fix(ci): downsize HEIF test fixture to prevent timeout

The sample.heif was 8736x5856 (2.5MB), causing each processing
operation to take 17-38s in CI. Resized to 1432x960 (224KB) and added
a 15-minute timeout to the test job.
This commit is contained in:
SnapOtter
2026-05-16 17:59:26 +08:00
parent 799cb86229
commit 5a355aa2ec
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4