I have searched this and I think my issue resides with this answer:
"you have max_execution_time setting defined to 30 in php.ini. It means that script is interrupted by server after about 30 seconds.
Please increase it to, say 3000 (depending on the size of your site) and restart the crawler."
My questions is where do I find the php.ini file so that I may edit the time?
Thanks