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 d8cb72a + ea356a6 commit 1863400Copy full SHA for 1863400
TESTS/mbed_platform/stats_cpu/main.cpp
@@ -65,7 +65,7 @@ void test_cpu_info(void)
65
mbed_stats_cpu_t stats;
66
// Additional read to make sure timer is initialized
67
mbed_stats_cpu_get(&stats);
68
- Thread::wait(1);
+ Thread::wait(3);
69
70
TEST_ASSERT_NOT_EQUAL(0, stats.uptime);
71
TEST_ASSERT_NOT_EQUAL(0, stats.idle_time);
0 commit comments