From f58399d2f3a65fac005d8babb52fe8535dd5031e Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 15 May 2015 11:10:14 -0700 Subject: [PATCH] Reduce thread count in static_initializer test (RIPD-864) --- src/beast/beast/utility/tests/static_initializer.test.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/beast/beast/utility/tests/static_initializer.test.cpp b/src/beast/beast/utility/tests/static_initializer.test.cpp index c8d834e21..39b2e99ad 100644 --- a/src/beast/beast/utility/tests/static_initializer.test.cpp +++ b/src/beast/beast/utility/tests/static_initializer.test.cpp @@ -199,14 +199,7 @@ void static_initializer_test::run () { test > (); - test > (); - test > (); - test > (); - test > (); - test > (); - test > (); - test > (); } //------------------------------------------------------------------------------