Allow 2 threads
[libcds.git] / test / stress / misc / rigtorp_mpmc_driver.cpp
index 62075d1..200dad6 100644 (file)
@@ -17,7 +17,7 @@ protected:
 
   static void SetUpTestCase() {
     cds_test::config const &cfg = get_config("Misc");
-    GetConfigExpected(RigtorpMPMCQueueThreadCount, 4);
+    GetConfigExpected(RigtorpMPMCQueueThreadCount, 2);
     GetConfigExpected(RigtorpMPMCQueuePassCount, 10000);
     GetConfigExpected(RigtorpMPMCQueueCapacity, 2048);
   }