1# Copyright (c) 2024 Josselin Bunt
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "Stepper API Test"
5
6source "Kconfig.zephyr"
7
8config STEPPER_TEST_TIMING_TIMEOUT_TOLERANCE_PCT
9	int "Stepper timing tolerance percentage"
10	default 20
11	help
12	  Additional margin (%) added to step timing during test timeouts.
13	  Accounts for execution and scheduling jitter.
14