Skip to content

Commit 42a49a5

Browse files
author
Ben Cooke
committed
Increase max func exec time to allow slower sys clock
1 parent 32647e6 commit 42a49a5

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
@@ -48,7 +48,7 @@ extern "C" {
4848
#define TICKER_100_TICKS 100
4949
#define TICKER_500_TICKS 500
5050

51-
#define MAX_FUNC_EXEC_TIME_US 20
51+
#define MAX_FUNC_EXEC_TIME_US 30
5252
#define DELTA_FUNC_EXEC_TIME_US 5
5353
#define NUM_OF_CALLS 100
5454

0 commit comments

Comments
 (0)