Use Timer behavior. On collision start the timer for 1 minute. In "On Timer" event check if the character is still overlapping the object.
You may need to add other checks - for example if a second collision happens, continue running the timer without restarting.