I have an Epix 2 and am seeing that if I set the display to turn off after 4 or 8 seconds it will in fact turn off after 4 or 8s depending on the setting. When I set the timeout to 15s it seems to turn off after 10s on connectiq watchfaces. I have coded a few watchfaces and they all seem to act the same way. I have also downloaded a few watchfaces and they have the same issue. The native garmin watchfaces timeout at 15s as I would expect. I also ran a test and saw and saw that when onExitSleep executed onUpdate was called multiple times within the first second. I'm kind of thinking that this may be why it is actually turning off after 10s rather than 15. Maybe when I set the watch setting to 15s timeout it is actually looking at 15 onUpdate calls, assuming one per second and then going back to sleep after the 15th call. Has anyone else seen or experienced this and does anyone know how I can keep my connectiq watch faces up for 15s when AOD is off?