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:
Robert Lubos 2024-05-20 15:14:59 +02:00 committed by Fabio Baltieri
commit ec0e2d6308
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
common:
min_ram: 16
min_ram: 40
tags:
- net
- http

View file

@ -1,6 +1,6 @@
common:
harness: net
min_ram: 16
min_ram: 60
tags:
- http
- net

View file

@ -1,6 +1,6 @@
common:
harness: net
min_ram: 16
min_ram: 80
tags:
- http
- net