Skip to content

Commit

Permalink
[nrf fromtree] tests: net: lib: http_server: Bump min_ram requirements
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit ec0e2d6)
  • Loading branch information
rlubos committed May 21, 2024
1 parent d0673fc commit 1148fca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/net/lib/http_server/common/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
common:
min_ram: 16
min_ram: 40
tags:
- net
- http
Expand Down
2 changes: 1 addition & 1 deletion tests/net/lib/http_server/crime/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
common:
harness: net
min_ram: 16
min_ram: 60
tags:
- http
- net
Expand Down
2 changes: 1 addition & 1 deletion tests/net/lib/http_server/prototype/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
common:
harness: net
min_ram: 16
min_ram: 80
tags:
- http
- net
Expand Down

0 comments on commit 1148fca

Please sign in to comment.