Skip to content

Commit 17c00ce

Browse files
rluboskartben
authored andcommitted
tests: net: http_client: Increase ztest stack size
The ztest stack was too small on some platforms (e.g. nRF52840), so increase the stack size. Signed-off-by: Robert Lubos <[email protected]>
1 parent 4d7e35b commit 17c00ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/net/lib/http_client/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CONFIG_NET_BUF_TX_COUNT=32
1111
CONFIG_NET_PKT_RX_COUNT=8
1212
CONFIG_NET_PKT_TX_COUNT=8
1313
CONFIG_ZTEST=y
14+
CONFIG_ZTEST_STACK_SIZE=1536
1415
CONFIG_ENTROPY_GENERATOR=y
1516
CONFIG_TEST_RANDOM_GENERATOR=y
1617

0 commit comments

Comments
 (0)