As mentioned in this article:
http://groups.google.com/group/android-developers/browse_thread/thread/848268d0702d51bb?pli=1
The Motorola DROID on Android 2.1 has an issue where it can go into a deep sleep, and the alarm fails to wake up the device. This can cause late device notifications. Please see the article for specific recommendations on how to avoid the issue, including not using the power button to turn the display off. Other phones do not seem to be affected by this issue.
This issue is significant for Presentation Timer, as it now has a vibration service. A future version of the code may include a watchdog timer option to make sure that the device will be able to vibrate with the screen off.

