tests: increase min_ram for two tests

These two tests were right at the knife edge of 16kb
on riscv64, and were not building with logging enabled
on that platform.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-09-10 20:25:27 -07:00 committed by Anas Nashif
commit c4befd50ab
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
tests:
kernel.common:
tags: kernel
min_ram: 16
min_ram: 20

View file

@ -1,4 +1,4 @@
tests:
kernel.mailbox:
tags: kernel
min_ram: 16
min_ram: 20