Commit 631302e6 authored by miloyip's avatar miloyip

Reduce random test iterations to speedup travis

parent c69ff41f
......@@ -303,7 +303,7 @@ static void TestParseDouble() {
2.2250738585072014e-308);
{
static const unsigned count = 1000; // Tested with 1000000 locally
static const unsigned count = 100; // Tested with 1000000 locally
Random r;
Reader reader; // Reusing reader to prevent heap allocation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment