To solve this issue you should edit your web.config file and try to find this tag:
<httpRuntime executionTimeout="xxx" />
If you find it, try to increase the executionTimeout attribute value.
If the tag is not present in the web.config. Add it in the <system.web> section with executionTimeout attribute value set to 150 or higher.