Skip to content

Commit 440983f

Browse files
Ben Cookeadbridge
authored andcommitted
Increase max func exec time to allow slower sys clock
1 parent 08414e8 commit 440983f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbed_hal/common_tickers/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#define TICKER_100_TICKS 100
3838

39-
#define MAX_FUNC_EXEC_TIME_US 20
39+
#define MAX_FUNC_EXEC_TIME_US 30
4040
#define DELTA_FUNC_EXEC_TIME_US 5
4141
#define NUM_OF_CALLS 1000
4242

0 commit comments

Comments
 (0)