From 2fcc84ab6fcc4d3a83733d0c7ab863089b641b21 Mon Sep 17 00:00:00 2001 From: sfc-gh-ext-simba-hx Date: Tue, 19 Nov 2024 10:07:00 -0800 Subject: [PATCH] fix --- tests/test_bind_params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bind_params.c b/tests/test_bind_params.c index dc72598185..0f65f57a3a 100644 --- a/tests/test_bind_params.c +++ b/tests/test_bind_params.c @@ -295,7 +295,7 @@ void test_array_binding_normal(void** unused) { } void test_array_binding_stage(void** unused) { - test_array_binding_core(10000); + test_array_binding_core(100000); } int main(void) {