From 218858dc729e4cd2ce802ebc026168ec665ed8dd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 16 Feb 2010 09:15:01 +0000 Subject: [PATCH] Incresae timeout --- 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 73ce41d7087..0a8c662b0b8 100644 --- a/htdocs/install/etape2.php +++ b/htdocs/install/etape2.php @@ -38,7 +38,7 @@ $ok = 0; $err=error_reporting(); error_reporting(0); // Disable all errors //error_reporting(E_ALL); -@set_time_limit(240); +@set_time_limit(300); // Need more than 240 on Windows 7/64 error_reporting($err); $setuplang=isset($_POST["selectlang"])?$_POST["selectlang"]:(isset($_GET["selectlang"])?$_GET["selectlang"]:'auto');