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>
13 lines
267 B
Plaintext
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
|