Reduce the max threads in the Workers unit test

This commit is contained in:
Vinnie Falco
2013-09-12 05:46:45 -07:00
parent 55447b05ac
commit f0acc9c901

View File

@@ -282,9 +282,6 @@ public:
testThreads (4);
testThreads (16);
testThreads (64);
testThreads (128);
testThreads (256);
testThreads (512);
}
};