// go to your xamp path and find ExecTimeLimit then set your time
//Path = xamppphpMyAdminlibrariesconfig.default.php
/**
* maximum execution time in seconds (0 for no limit)
*
* @global integer $cfg['ExecTimeLimit']
*/
$cfg['ExecTimeLimit'] = 100;