From 962f1385b13fa41a2b857dbc682f9a4bbbcb6b74 Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 5 Sep 2025 14:12:33 +1000 Subject: [PATCH] reduce number of trials --- tests2/mat_mul_real.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests2/mat_mul_real.cpp b/tests2/mat_mul_real.cpp index 7f822f5a..eacbe54c 100644 --- a/tests2/mat_mul_real.cpp +++ b/tests2/mat_mul_real.cpp @@ -977,7 +977,7 @@ TEMPLATE_TEST_CASE("mat_mul_int_compare", "[mat_mul]", u32, s32, u64, s64) { typedef TestType eT; - const uword n_trials = 10; + const uword n_trials = 5; for (uword trial = 0; trial < n_trials; ++trial) {