Fixes
[oweals/gnunet.git] / src / regex / test_regex_eval_api.c
index 2de7d40b269eb9dee494f1f779ca2e7bafad03a4..a4b183127b9feb87d7a99481110cac7a39cbe19a 100644 (file)
@@ -348,8 +348,8 @@ main (int argc, char *argv[])
 
   /* Random tests */
   srand (time (NULL));
-  for (i = 0; i < 50; i++)
-    check_rand += test_random (50, 60, 30);
+  for (i = 0; i < 20; i++)
+    check_rand += test_random (50, 60, 10);
 
   return check_nfa + check_dfa + check_rand;
 }