Time-Stamping Protocol testing: fix CI loop static-memory

Static-memory CI loop failed as tests were using too much memory.
Tests changed.
Name of loop change to tsp-staticmemory to make more sense.
This commit is contained in:
Sean Parkinson
2026-07-09 09:59:01 +10:00
parent a4aab71ffe
commit b3a9c18839
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
"CFLAGS=-DWOLFSSL_NO_MALLOC -pedantic -Wdeclaration-after-statement -Wnull-dereference -DTEST_LIBWOLFSSL_SOURCES_INCLUSION_SEQUENCE"],
"check": false,
"run": [["./wolfcrypt/test/testwolfcrypt"]]},
{"name": "tps-staticmemory", "minutes": 0.8,
{"name": "tsp-staticmemory", "minutes": 0.8,
"configure": ["--enable-ecc", "--enable-rsa", "--enable-keygen",
"--enable-ed25519", "--enable-curve25519", "--enable-ed448",
"--enable-curve448", "--enable-mlkem", "--enable-tsp",