app/test: increase memory for group 2
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 5 Apr 2016 07:36:41 +0000 (09:36 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 6 Apr 2016 10:10:05 +0000 (12:10 +0200)
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 <olivier.matz@6wind.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/autotest_data.py

index 6f34d6b..dde4511 100644 (file)
@@ -109,7 +109,7 @@ parallel_test_group_list = [
 },
 {
        "Prefix":       "group_2",
-       "Memory" :      "64",
+       "Memory" :      "128",
        "Tests" :
        [
                {