poststatus / wptest

WP Test - The Best Tests For WordPress
GNU General Public License v3.0
944 stars 111 forks source link

Maximum execution time of 60 seconds exceeded #41

Open hyyan opened 9 years ago

hyyan commented 9 years ago

The import process stop with the following message:

Processing post #976 ("Eddy - Need (Remix)") (post_type: attachment) -- 35 of 198 -- Fri, 21 Nov 2014 02:20:22 +0000 PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\wamp\www\s ubdomains\sarc\web\cms\wp-includes\class-http.php on line 1044

What should I do to solve this

saas786 commented 9 years ago

+1

I have been trying to import this test data since last couple of days and I kept receiving,

Fatal error: Maximum execution time of 60 seconds exceeded in E:\wamp\theme-sites\my-theme-demo\wp-includes\class-http.php on line 1044

???

manovotny commented 9 years ago

I also had someone email me about this in October as well. What all of you have in common is using WAMP.

Have either of you tried increasing the timeout limit in WAMP? Perhaps via the php.ini file?

n-at-han-k commented 9 years ago

I just tried to install wptest with EasyPHP DevServer and hit this error. I can confirm that increasing the timeout limit to 440 fixed it.