summaryrefslogtreecommitdiff
path: root/src/regex/test_regex_eval_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/test_regex_eval_api.c')
-rw-r--r--src/regex/test_regex_eval_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/test_regex_eval_api.c b/src/regex/test_regex_eval_api.c
index 2de7d40b2..a4b183127 100644
--- a/src/regex/test_regex_eval_api.c
+++ b/src/regex/test_regex_eval_api.c
@@ -348,8 +348,8 @@ main (int argc, char *argv[])
348 348
349 /* Random tests */ 349 /* Random tests */
350 srand (time (NULL)); 350 srand (time (NULL));
351 for (i = 0; i < 50; i++) 351 for (i = 0; i < 20; i++)
352 check_rand += test_random (50, 60, 30); 352 check_rand += test_random (50, 60, 10);
353 353
354 return check_nfa + check_dfa + check_rand; 354 return check_nfa + check_dfa + check_rand;
355} 355}