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 <pablo.de.lara.guarch@intel.com>
This commit is contained in:
parent
1e0b51fd4b
commit
f03924c32e
@ -109,7 +109,7 @@ def per_sockets(num):
|
||||
},
|
||||
{
|
||||
"Prefix": "group_2",
|
||||
"Memory" : "32",
|
||||
"Memory" : "64",
|
||||
"Tests" :
|
||||
[
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user