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 ee64c9c + 5aaad08 commit 55f710fCopy full SHA for 55f710f
TESTS/mbed_hal/sleep_manager_racecondition/main.cpp
@@ -67,12 +67,12 @@ void sleep_manager_irq_test()
67
Ticker ticker1;
68
Timer timer;
69
70
- ticker1.attach_us(&sleep_manager_locking_irq_test, 500);
+ ticker1.attach_us(&sleep_manager_locking_irq_test, 1000);
71
72
- // run this for 5 seconds
+ // run this for 10 seconds
73
timer.start();
74
int start = timer.read();
75
- int end = start + 5;
+ int end = start + 10;
76
while (timer.read() < end) {
77
sleep_manager_locking_irq_test();
78
}
0 commit comments