From: Martin Kronbichler Date: Tue, 10 Apr 2018 08:38:10 +0000 (+0200) Subject: Reduce number of threads in tests. X-Git-Tag: v9.0.0-rc1~189^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79fccc5549a3d61878aab03c2a5276f8749c671d;p=dealii.git Reduce number of threads in tests. --- 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