diff --git a/TESTS/mbed_hal/common_tickers/main.cpp b/TESTS/mbed_hal/common_tickers/main.cpp index 4724c1ed6e..fd0498381d 100644 --- a/TESTS/mbed_hal/common_tickers/main.cpp +++ b/TESTS/mbed_hal/common_tickers/main.cpp @@ -40,7 +40,7 @@ #define NUM_OF_CYCLES 100000 -#define US_TICKER_OV_LIMIT 20000 +#define US_TICKER_OV_LIMIT 35000 #define LP_TICKER_OV_LIMIT 4000 using namespace utest::v1;