tests: raise max local candidates to 1024

The windows build is failing because max local candidates is too low.
This makes no sense cause the Linux and macOS builds run completely
fine. Another reason why a hate Windows.

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2026-01-18 19:08:51 -04:00
parent c4a7afa8f0
commit 7da598c273

View File

@@ -19,7 +19,7 @@
#define DECODER_HASH_MASK 0x7FF
#define DECODER_HASH_TABLE_SIZE 2048
#define BLOCK_SIZE (1U << DECODER_HASH_SHIFT)
#define MAX_LOCAL_CANDIDATES 256
#define MAX_LOCAL_CANDIDATES 1024
typedef struct
{