Rare bug fix
[folly.git] / folly / test / RandomTest.cpp
index c11bf6f9f6981444f1d109cd66a7536d641df180..15b50183709e22340254e0b067c86aa989ecdfad 100644 (file)
@@ -51,7 +51,7 @@ TEST(Random, Simple) {
 }
 
 TEST(Random, MultiThreaded) {
-  const int n = 1024;
+  const int n = 100;
   std::vector<uint32_t> seeds(n);
   std::vector<std::thread> threads;
   for (int i = 0; i < n; ++i) {