diff --git a/subsys/input/Kconfig b/subsys/input/Kconfig index 8f6e1556409..3678f6da28b 100644 --- a/subsys/input/Kconfig +++ b/subsys/input/Kconfig @@ -60,7 +60,7 @@ config INPUT_QUEUE_MAX_MSGS config INPUT_THREAD_STACK_SIZE int "Input thread stack size" - default 512 + default 1024 help Stack size for the thread processing the input events, must have enough space for executing the registered callbacks. diff --git a/tests/subsys/input/api/testcase.yaml b/tests/subsys/input/api/testcase.yaml index 1df02cf009e..2bb1c600d0b 100644 --- a/tests/subsys/input/api/testcase.yaml +++ b/tests/subsys/input/api/testcase.yaml @@ -9,7 +9,6 @@ tests: input.api.thread: extra_configs: - CONFIG_INPUT_MODE_THREAD=y - - CONFIG_INPUT_THREAD_STACK_SIZE=1024 input.api.synchronous: extra_configs: - CONFIG_INPUT_MODE_SYNCHRONOUS=y