This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit bb9229de06e33baa6b24821aa15bebd51b272b6d Author: fangpeina <[email protected]> AuthorDate: Wed Mar 19 21:38:01 2025 +0800 testing/drivers: set default vendor dalay to 1 for rtc cases run correctly Set default VENDOR_DELAY to 1 for reliable test execution Signed-off-by: fangpeina <[email protected]> --- testing/drivers/drivertest/drivertest_rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/drivers/drivertest/drivertest_rtc.c b/testing/drivers/drivertest/drivertest_rtc.c index e25e93c55..62e4fd0a2 100644 --- a/testing/drivers/drivertest/drivertest_rtc.c +++ b/testing/drivers/drivertest/drivertest_rtc.c @@ -54,7 +54,7 @@ #define DEFAULT_TIME_OUT 5 #define SLEEPSECONDS 10 #define RTC_SIGNO 13 -#define VENDOR_DELAY 0 +#define VENDOR_DELAY 1 #define OPTARG_TO_VALUE(value, type, base) \ do \
