Refactors some of existing cds multi-threaded stress test cases
[libcds.git] / test / stress / misc / barrier_driver.cpp
index 90ca2399489311fe3651d915d7ede2fd74f9c579..e7878fdc3d734d859aa784c27ee20bcc8e60f490 100644 (file)
@@ -14,7 +14,7 @@ namespace {
 
 typedef cds_others::SpinBarrier Barrier;
 
-static size_t s_nBarrierThreadCount = 6;
+static size_t s_nBarrierThreadCount = 4;
 static size_t s_nBarrierPassCount = 100000000;
 
 class BarrierTest : public cds_test::stress_fixture {