samples: net: sockets: net_mgmt: Update flash requirement for twister
The net_mgmt sample enables a lot of features, resulting in pretty large image sizes for various platforms (~200k). At the same time, the sample.yaml for the sample did not specify minimum flash requirement for the sample, causing flash overflows during build in certain cases. This commit fixes this by setting a reasonable flash requirement for the sample. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
00ceb258d3
commit
f33072a725
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
common:
|
||||
harness: net
|
||||
depends_on: netif
|
||||
min_flash: 210
|
||||
tags: net socket mgmt
|
||||
sample:
|
||||
description: Test network management socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue