1# Copyright (c) 2023 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4source "Kconfig.zephyr"
5
6config TEST_WORK_ITEM_WAIT_MS
7 int "Test item working time, msec."
8 default 100
9
10config TEST_SUBMIT_WAIT_MS
11 int "Test item submission interval, msec."
12 default 50
13