Read Timed Out after 10 seconds magento
Hi,
I had a similar problem recently with only being able to submit a few records at a time before the timeout message. I found out that you can increase the timeout limit in the Zend directories and thus give yourself a better chance of your items going through.
Edit the following file on your server: /lib/Zend/Http/Client.php
Locate the following line:
‘timeout’ => 10
Increase it to what you need it to be. I set it to 30 which did the job for me.
I’m very new to Magento and haven’t got to grips with it’s complexity. Therefore please do your own tests and make sure your happy with making this change. Backup, test etc.
Ginger.
from:http://www.magentocommerce.com/boards/me/viewthread/201604/P15/#t283864