Skip to content

Commit 475ccbb

Browse files
jukkarkartben
authored andcommitted
tests: net: ipv6: Increase stack size for variable buf test
Increasing the stack size for variable_buf_size test. This avoids stack overflow in various boards. Fixes #84489 Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 07f5a6f commit 475ccbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/net/ipv6/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tests:
1818
- CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=4096
1919
- CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=4096
2020
- CONFIG_NET_IPV6_PE=n
21+
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
2122
net.ipv6.privacy_extension.prefer_public:
2223
extra_configs:
2324
- CONFIG_NET_IPV6_PE=y

0 commit comments

Comments
 (0)