If it starts and not ticking down, then blackhornet is probably right - your timer is restarting again and again every tick.
You can add some debug output (for example Browser->Log "timer start") to check if this really is the case.
You need to update conditions in this event to make it trigger just once.