From 36c3e1934962ea9c4a079d1c2007065c3a4839c7 Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Sun, 28 Oct 2012 10:44:02 +0100
Subject: [PATCH] Fix: regression

---
 build.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.xml b/build.xml
index 8edf1f3d696..be47aadb527 100644
--- a/build.xml
+++ b/build.xml
@@ -93,7 +93,6 @@
 				--log-junit ${basedir}/hudson/logs/junit.xml
 				--coverage-clover ${basedir}/hudson/coverage/clover.xml
   				--coverage-html ${basedir}/hudson/coverage/
-  				-d max_execution_time=300
   				test/phpunit/AllTests.php
   				"/>
   </exec>
-- 
GitLab