From f03924c32ee668db84fd661d9442758b83ae2db7 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Fri, 6 Nov 2015 16:02:54 +0000 Subject: [PATCH] app/test: increase memory for hash unit tests Hash_autotest is in test group 2 which had only 32 MB of memory, which is increased to 64 MB to make it run. Signed-off-by: Pablo de Lara --- app/test/autotest_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 0c3802bed2..6f34d6b9e3 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -109,7 +109,7 @@ parallel_test_group_list = [ }, { "Prefix": "group_2", - "Memory" : "32", + "Memory" : "64", "Tests" : [ { -- 2.20.1