Solution for : Maximum Execution Time Exceeded error – XAMPP/WordPress

To fix this, open the php.ini file from your xampp installation :: C:\xampp\php\php.ini

Then just change the value of the max_execution_time parameter from 30 to 90 seconds or greater.

Now restart XAMPP apache service

This should solve the problem..