From 286469dcae77df14d48c74faaacf118e11121da6 Mon Sep 17 00:00:00 2001 From: Peizhao Ou Date: Wed, 21 Feb 2018 20:49:22 -0800 Subject: [PATCH] Allow 2 threads --- test/stress/misc/rigtorp_mpmc_driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stress/misc/rigtorp_mpmc_driver.cpp b/test/stress/misc/rigtorp_mpmc_driver.cpp index 62075d10..200dad6f 100644 --- a/test/stress/misc/rigtorp_mpmc_driver.cpp +++ b/test/stress/misc/rigtorp_mpmc_driver.cpp @@ -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); } -- 2.34.1