From db189660930c669a82edfeb516e45215a7ddacdb Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 15 Feb 2019 21:41:38 +0100 Subject: [PATCH] Update max combinator length in unit test -m 3800 --- tools/test_modules/m03800.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m03800.pm b/tools/test_modules/m03800.pm index 0f325f635..31b088221 100644 --- a/tools/test_modules/m03800.pm +++ b/tools/test_modules/m03800.pm @@ -10,7 +10,7 @@ use warnings; use Digest::MD5 qw (md5_hex); -sub module_constraints { [[0, 255], [0, 255], [0, 50], [0, 15], [0, 55]] } +sub module_constraints { [[0, 255], [0, 255], [0, 40], [0, 15], [0, 40]] } sub module_generate_hash {