That was going to be my next suggestion to you.
If your script is timing out, in the root of your server (not store root), create/open a file called php.ini and add the following lines: or go to your database and increase
max_execution_time = 300
max_input_time = 90
memory_limit = 32M




