tests: net: lib: http_server: Bump min_ram requirements
The values set as a min_ram requirement were far from the actual RAM usage reported during build, make them more realistic. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
1ee4a8b52c
commit
ec0e2d6308
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
common:
|
||||
min_ram: 16
|
||||
min_ram: 40
|
||||
tags:
|
||||
- net
|
||||
- http
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
common:
|
||||
harness: net
|
||||
min_ram: 16
|
||||
min_ram: 60
|
||||
tags:
|
||||
- http
|
||||
- net
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
common:
|
||||
harness: net
|
||||
min_ram: 16
|
||||
min_ram: 80
|
||||
tags:
|
||||
- http
|
||||
- net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue