From c819538cda2ec1ba6bd28dc67e7a0c80b5a53e2d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 28 Oct 2012 10:28:28 +0100 Subject: [PATCH] Fix: try to increase max_execution_time --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index be47aadb527..8edf1f3d696 100644 --- a/build.xml +++ b/build.xml @@ -93,6 +93,7 @@ --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 "/>