fatal error: maximum execution time of 30 seconds exceeded in magento 2

Change the max_execution_time

ini_set('max_execution_time', 300); //300 seconds = 5 minutes

Comments