ref: 5eefa61adcc8ac34849eadb93db4e943d59ae019
parent: b2faa89507c0f6c4631918785f6e138a8d144245
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Fri May 26 08:06:14 EDT 2023
Making the extension test a bit shorter
--- a/tests/test_opus_extensions.c
+++ b/tests/test_opus_extensions.c
@@ -312,7 +312,7 @@
expect_true(result == OPUS_BUFFER_TOO_SMALL, "expected OPUS_BUFFER_TOO_SMALL");
}
-#define NB_RANDOM_EXTENSIONS 1000000000
+#define NB_RANDOM_EXTENSIONS 100000000
#define MAX_EXTENSION_SIZE 200
#define MAX_NB_EXTENSIONS 100
--
⑨