We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092e559 commit 00f6208Copy full SHA for 00f6208
scripts/pylib/twister/twisterlib/config_parser.py
@@ -56,7 +56,7 @@ class TwisterConfigParser:
56
"skip": {"type": "bool", "default": False},
57
"slow": {"type": "bool", "default": False},
58
"timeout": {"type": "int", "default": 60},
59
- "min_ram": {"type": "int", "default": 8},
+ "min_ram": {"type": "int", "default": 16},
60
"modules": {"type": "list", "default": []},
61
"depends_on": {"type": "set"},
62
"min_flash": {"type": "int", "default": 32},
0 commit comments