Where are your events for when the Timer finishes? What do you expect the Timer to do if you don't specify something for it to do?
Add the following events:
Enemy: On Timer "searchingTest" -> Actions
and
Enemy: On Timer "SpotTest" -> Actions
Also, you may be constantly re-starting the Timer every loop with your current events.