aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/main_ns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/main_ns.c b/app/main_ns.c
index ac7275c57f..1a2b8d70f0 100644
--- a/app/main_ns.c
+++ b/app/main_ns.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2017-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -62,7 +62,7 @@ extern void * const osRtxUserSVC[1+USER_SVC_COUNT];
* \brief List of RTOS thread attributes
*/
#if defined(TEST_FRAMEWORK_NS) || defined(PSA_API_TEST_NS)
-static uint64_t test_app_stack[(3u * 1024u) / (sizeof(uint64_t))]; /* 3KB */
+static uint64_t test_app_stack[(4u * 1024u) / (sizeof(uint64_t))]; /* 4KB */
static const osThreadAttr_t thread_attr = {
.name = "test_thread",
.stack_mem = test_app_stack,