pkershner you need to adjust max exec time var in php.ini
We can fix this by following simple steps:
Open a file php.ini in your Editor, File located under xampp/php/ folder
Find a line max_execution_time .
Replace default value of max_execution_time=30 to max_execution_time=120
Save this file and stop apache server in xamp control panel
Now re-start apache server in xampp control panel.
This way we have increased default php execution time in our localserver(XAMPP)