Hi,
By default, the maximum execution time for PHP scripts is set to 30 seconds. If a script runs for longer than 30 seconds, PHP stops the script and reports an error. You can control the amount of time PHP allows scripts to run by changing the max_execution_time directive in your php.ini file.If you make it 0 and it should take longer to process it will display an error. So try it 30 as default is and 180 in case it takes longer depending on different factors like internet speed, operating system etc.,
Let me know if you need more help.
Kind Regards,
Indrit
AT313