Skip to content

Commit

Permalink
twister: config: increase min_ram to 16k
Browse files Browse the repository at this point in the history
Increase default to 16k, this can be overidden in the test configuration
where needed.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and kartben committed Nov 30, 2024
1 parent 092e559 commit 00f6208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pylib/twister/twisterlib/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 00f6208

Please sign in to comment.