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:
parent
df434592d6
commit
c4befd50ab
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.common:
|
kernel.common:
|
||||||
tags: kernel
|
tags: kernel
|
||||||
min_ram: 16
|
min_ram: 20
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.mailbox:
|
kernel.mailbox:
|
||||||
tags: kernel
|
tags: kernel
|
||||||
min_ram: 16
|
min_ram: 20
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue