How do I avoid getting timed out on my Selenium tests?

My selenium tests are getting timed out even when all the steps are completed successfully.

Hi Macy,

Please check if you have the quit command executed at the end of your test. The system waits for the next instruction for 120 seconds for the next command until it received the quit command.