We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd84f17 + f98a52f commit 865fb95Copy full SHA for 865fb95
TESTS/events/timing/main.cpp
@@ -104,7 +104,7 @@ void semaphore_timing_test() {
104
105
// Test setup
106
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");
+ GREENTEA_SETUP((number_of_cases+1)*TEST_EVENTS_TIMING_TIME/1000, "default_auto");
108
return verbose_test_setup_handler(number_of_cases);
109
}
110
0 commit comments