From 62a6588f2af71d34f396c0a91fce9e88e2ad1e66 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Tue, 5 Apr 2016 09:36:41 +0200 Subject: [PATCH] app/test: increase memory for group 2 The hash test (located in group_2) may require more than 64MB of memory, especially if the memory is physically fragmented, making the test to fail. So increase the memory to 128MB to avoid this issue. Signed-off-by: Olivier Matz Acked-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 6f34d6b9e3..dde4511161 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" : "64", + "Memory" : "128", "Tests" : [ { -- 2.20.1