samples: net: https-client: Increasing main stack size

The main stack size was too small for this sample application
when TLS was enabled. Increasing it to 1504 bytes.

Fixes #7269

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2018-05-02 19:04:23 +03:00
parent c5615aada4
commit 33eb03a8d9
1 changed files with 2 additions and 0 deletions

View File

@ -56,3 +56,5 @@ CONFIG_NET_STATISTICS=y
CONFIG_NET_MGMT=y
CONFIG_NET_MGMT_EVENT=y
CONFIG_MAIN_STACK_SIZE=1504