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 3550a21294
commit 7f61499d3a

View File

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