Skip to content

Commit 5cb7e92

Browse files
jilaypandyajhedberg
authored andcommitted
tests: stepper_api: adjust timing timeout tolerance
Adjust CONFIG_STEPPER_TEST_TIMING_TIMEOUT_TOLERANCE_PCT in order to pass the tests Signed-off-by: Jilay Pandya <[email protected]>
1 parent 22adf15 commit 5cb7e92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/drivers/stepper/stepper_api/testcase.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tests:
2222
extra_configs:
2323
- CONFIG_GPIO=y
2424
- CONFIG_STEPPER_STEP_DIR_GENERATE_ISR_SAFE_EVENTS=y
25-
- CONFIG_STEPPER_TEST_TIMING_TIMEOUT_TOLERANCE_PCT=30
25+
- CONFIG_STEPPER_TEST_TIMING_TIMEOUT_TOLERANCE_PCT=130
2626
platform_allow:
2727
- native_sim/native/64
2828
drivers.stepper.stepper_api.allegro_a4979:
@@ -40,7 +40,7 @@ tests:
4040
extra_configs:
4141
- CONFIG_GPIO=y
4242
- CONFIG_STEPPER_STEP_DIR_GENERATE_ISR_SAFE_EVENTS=y
43-
- CONFIG_STEPPER_TEST_TIMING_TIMEOUT_TOLERANCE_PCT=30
43+
- CONFIG_STEPPER_TEST_TIMING_TIMEOUT_TOLERANCE_PCT=130
4444
platform_allow:
4545
- native_sim/native/64
4646
drivers.stepper.stepper_api.ti_drv84xx:
@@ -58,7 +58,7 @@ tests:
5858
extra_configs:
5959
- CONFIG_GPIO=y
6060
- CONFIG_STEPPER_STEP_DIR_GENERATE_ISR_SAFE_EVENTS=y
61-
- CONFIG_STEPPER_TEST_TIMING_TIMEOUT_TOLERANCE_PCT=30
61+
- CONFIG_STEPPER_TEST_TIMING_TIMEOUT_TOLERANCE_PCT=130
6262
platform_allow:
6363
- native_sim/native/64
6464
drivers.stepper.stepper_api.zephyr_gpio_stepper:

0 commit comments

Comments
 (0)