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.
1 parent 80cdc3e commit d6429efCopy full SHA for d6429ef
TESTS/mbed_drivers/lp_ticker/main.cpp
@@ -143,7 +143,7 @@ void test_detach(void)
143
LowPowerTicker ticker;
144
bool ret;
145
const s_timestamp_t ticker_time_s = 1;
146
- const uint32_t wait_time_ms = 500;
+ const uint32_t wait_time_ms = 5000;
147
Semaphore sem(0, 1);
148
149
ticker.attach_s(callback(sem_release, &sem), ticker_time_s);
TESTS/mbed_drivers/ticker/main.cpp
@@ -265,7 +265,7 @@ void test_detach(void)
265
Ticker ticker;
266
267
268
269
270
271
0 commit comments