Skip to content

Commit 865fb95

Browse files
authored
Merge pull request ARMmbed#4314 from c1728p9/fix_timeout_units
Fix timeout units in events timing test
2 parents cd84f17 + f98a52f commit 865fb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/events/timing/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void semaphore_timing_test() {
104104

105105
// Test setup
106106
utest::v1::status_t test_setup(const size_t number_of_cases) {
107-
GREENTEA_SETUP((number_of_cases+1)*TEST_EVENTS_TIMING_TIME, "default_auto");
107+
GREENTEA_SETUP((number_of_cases+1)*TEST_EVENTS_TIMING_TIME/1000, "default_auto");
108108
return verbose_test_setup_handler(number_of_cases);
109109
}
110110

0 commit comments

Comments
 (0)