twister: config: increase min_ram to 16k

Increase default to 16k, this can be overidden in the test configuration
where needed.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-11-29 19:21:19 -05:00 committed by Benjamin Cabé
commit 00f620870e

View file

@ -56,7 +56,7 @@ class TwisterConfigParser:
"skip": {"type": "bool", "default": False},
"slow": {"type": "bool", "default": False},
"timeout": {"type": "int", "default": 60},
"min_ram": {"type": "int", "default": 8},
"min_ram": {"type": "int", "default": 16},
"modules": {"type": "list", "default": []},
"depends_on": {"type": "set"},
"min_flash": {"type": "int", "default": 32},