That loop takes 13 seconds to execute. Why do you use that loop? What will the sound method do when called 54 times, one time immediately after the other?
What happens if you remove the for loop and have a single call to the sound method in the run method?