You may encounter problems when importing demo data. The first solution is to increase PHP limits to:
max_execution_time = 300
max_input_time = 300
memory_limit = 256M
post_max_size = 32M
upload_max_filesize = 32M
You can do this yourself or contact to your server provider to ask him for the help to increase PHP limits.