From 21049602836436bc907077afc160ef6ae46d8552 Mon Sep 17 00:00:00 2001 From: armando Date: Wed, 12 Mar 2025 18:19:01 +0800 Subject: [PATCH] test(gptimer): align test delta with master branch --- components/driver/test_apps/gptimer/main/test_gptimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/driver/test_apps/gptimer/main/test_gptimer.c b/components/driver/test_apps/gptimer/main/test_gptimer.c index 04c08ce05e..400ef0f26d 100644 --- a/components/driver/test_apps/gptimer/main/test_gptimer.c +++ b/components/driver/test_apps/gptimer/main/test_gptimer.c @@ -299,7 +299,7 @@ TEST_ALARM_CALLBACK_ATTR static bool test_gptimer_alarm_normal_callback(gptimer_ * Also should account for the inaccuracy of the systick during DFS. */ #if CONFIG_PM_ENABLE -#define GPTIMER_ONE_SHOT_ALARM_COUNT_DELTA 15000 +#define GPTIMER_ONE_SHOT_ALARM_COUNT_DELTA 50000 #else #define GPTIMER_ONE_SHOT_ALARM_COUNT_DELTA 1000 #endif // CONFIG_PM_ENABLE