diff options
Diffstat (limited to 'libcr_ipc/tests/config.h')
-rw-r--r-- | libcr_ipc/tests/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libcr_ipc/tests/config.h b/libcr_ipc/tests/config.h index e06c876..a648589 100644 --- a/libcr_ipc/tests/config.h +++ b/libcr_ipc/tests/config.h @@ -1,15 +1,15 @@ -/* config.h - TODO +/* config.h - Compile-time configuration for the libcr_ipc tests * - * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> + * Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef _CONFIG_H_ #define _CONFIG_H_ -#define CONFIG_COROUTINE_DEFAULT_STACK_SIZE (4*1024) +#define CONFIG_COROUTINE_STACK_SIZE_DEFAULT (8*1024) #define CONFIG_COROUTINE_NAME_LEN 16 -#define CONFIG_COROUTINE_NUM 8 +#define CONFIG_COROUTINE_NUM 16 #define CONFIG_COROUTINE_MEASURE_STACK 1 #define CONFIG_COROUTINE_PROTECT_STACK 1 |