ci: increase the max memory value to detect regression

This commit is contained in:
Pierre Tachoire
2025-02-26 10:55:19 +01:00
parent a22e1bc5e5
commit 155559c2c4

View File

@@ -62,7 +62,7 @@ jobs:
needs: zig-build-release needs: zig-build-release
env: env:
MAX_MEMORY: 25000 MAX_MEMORY: 28000
MAX_AVG_DURATION: 24 MAX_AVG_DURATION: 24
runs-on: ubuntu-latest runs-on: ubuntu-latest