Or:
on touch start & touching object: start timer once tag "delay" for 3.0 seconds
on touch end: stop timer tag "delay"
on timer "delay": do actions
might not detect when the touch leaves the object though, so might need an additional:
is not touching object button: stop timer tag "delay"