You can set the maximum runtime, e.g. @HanhNghien specified in the comment, in php.ini .
max_execution_time = 120
max_input_time = 120
But I think the best question is why phpmyadmin needs so much time. Perhaps you should check your apache logs and check if there are any errors.
Stony source
share