summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-04 17:39:24 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-04 17:39:24 -0600
commit860a9e995b8e7076ce4e5c231e844184bef9b95e (patch)
tree8e106b091ec1c4ad423407ae8a6c386b5260772e /cmd/sbc_harness
parent2fe787ba4db420f5b08573d77e35cfaa0d7a0793 (diff)
wip
Diffstat (limited to 'cmd/sbc_harness')
-rw-r--r--cmd/sbc_harness/config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h
index 0e8f43b..82aea34 100644
--- a/cmd/sbc_harness/config/config.h
+++ b/cmd/sbc_harness/config/config.h
@@ -15,7 +15,7 @@
#if defined(USE_CONFIG_COROUTINE) && !defined(_CONFIG_H_COROUTINE_)
#define _CONFIG_H_COROUTINE_
-# define CONFIG_COROUTINE_DEFAULT_STACK_SIZE (16*1024)
+# define CONFIG_COROUTINE_DEFAULT_STACK_SIZE (32*1024)
# define CONFIG_COROUTINE_MEASURE_STACK 1 /* bool */
# define CONFIG_COROUTINE_PROTECT_STACK 1 /* bool */
# define CONFIG_COROUTINE_DEBUG 0 /* bool */