zephyr/tests/kernel/workq/work_queue/Kconfig
Dmitrii Golovanov 85c5a25e09 tests: workq: Add timeout parameter
Add TEST_WORK_ITEM_WAIT_MS and TEST_SUBMIT_WAIT_MS config parameters
instead of hardcoded timeouts at kernel.workqueue test to allow its
customization on slow simulated platforms.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
2023-06-26 16:14:02 +02:00

13 lines
267 B
Plaintext

# Copyright (c) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
source "Kconfig.zephyr"
config TEST_WORK_ITEM_WAIT_MS
int "Test item working time, msec."
default 100
config TEST_SUBMIT_WAIT_MS
int "Test item submission interval, msec."
default 50