mirror of https://github.com/ARMmbed/mbed-os.git
tests-mbed_hal-common_tickers: increase overflow protection limit
For NR51_DK US_TICKER_OV_LIMIT needs to be increased since if test is run few times in row sometimes fails. This is because NR51_DK is a slow board (16 MHz) with fast and short us ticker counter 1 MHz/16 bits.pull/7009/head
parent
bdfbad8422
commit
ff39a9874a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue