From f0acc9c90178fde069053114e4626ae95fb0b54e Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 12 Sep 2013 05:46:45 -0700 Subject: [PATCH] Reduce the max threads in the Workers unit test --- modules/beast_core/thread/beast_Workers.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/beast_core/thread/beast_Workers.cpp b/modules/beast_core/thread/beast_Workers.cpp index 4137462d1..e856b06d3 100644 --- a/modules/beast_core/thread/beast_Workers.cpp +++ b/modules/beast_core/thread/beast_Workers.cpp @@ -282,9 +282,6 @@ public: testThreads (4); testThreads (16); testThreads (64); - testThreads (128); - testThreads (256); - testThreads (512); } };