diff options
Diffstat (limited to 'src/regex/test_regex_eval_api.c')
-rw-r--r-- | src/regex/test_regex_eval_api.c | 4 |
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 2de7d40b26..a4b183127b 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[]) /* 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; } |