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:
parent
092e559366
commit
00f620870e
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue