From 4eb4c5f922220ea9aaac3702ab5eaaaab655c15e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Sep 2013 11:04:21 +0200 Subject: [PATCH] Some users report they need more time --- htdocs/install/etape2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/etape2.php b/htdocs/install/etape2.php index 92b5f2111b7..a9d5b3ea85a 100644 --- a/htdocs/install/etape2.php +++ b/htdocs/install/etape2.php @@ -35,7 +35,7 @@ $ok = 0; $err=error_reporting(); error_reporting(0); // Disable all errors //error_reporting(E_ALL); -@set_time_limit(300); // Need more than 240 on Windows 7/64 +@set_time_limit(900); // Need 900 on some OS like Windows 7/64 error_reporting($err); $action=GETPOST('action');