Help Sarven Shepherd Python Error "Hard execution limit of 3000000 exceeded"

while True:
     enemies = hero.findEnemies()
     enemyIndex = 0

ignore this post hit wrong button

enemyIndex = 0
while True:
    enemies = hero.findEnemies()
    enemyIndex += 1