From 79fccc5549a3d61878aab03c2a5276f8749c671d Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 10 Apr 2018 10:38:10 +0200 Subject: [PATCH] Reduce number of threads in tests. --- tests/tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.h b/tests/tests.h index 00f8dd6602..52d98b29d0 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -359,7 +359,7 @@ Number filter_out_small_numbers (const Number number, const double tolerance) */ inline unsigned int testing_max_num_threads() { - return 5; + return 3; } struct LimitConcurrency -- 2.39.5