Skip to content

Commit b8f8fdc

Browse files
committed
increase size limit for variable scope reduction
1 parent 2467e55 commit b8f8fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ test-size-all:
969969
make clean
970970
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13700 NO_ARM_ASM=1
971971
make keysclean
972-
make test-size SIGN=RSA2048 LIMIT=11396 NO_ARM_ASM=1
972+
make test-size SIGN=RSA2048 LIMIT=11400 NO_ARM_ASM=1
973973
make clean
974974
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11976 NO_ARM_ASM=1
975975
make keysclean

0 commit comments

Comments
 (0)