diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2012-04-07 22:30:32 +0200 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2012-04-07 22:30:32 +0200 |
commit | bde5bbdc09d9d6a01503fcd531261df2dd07188f (patch) | |
tree | e0571e449aeba427d5e2c331e14a18c264cc030d /_testing | |
parent | becbdfe7b2d8dfb2449667d9f4783c76257df325 (diff) | |
download | rpg-bde5bbdc09d9d6a01503fcd531261df2dd07188f.tar.gz rpg-bde5bbdc09d9d6a01503fcd531261df2dd07188f.tar.bz2 |
adjusted memory for report generation
Diffstat (limited to '_testing')
-rw-r--r-- | _testing/unittests/bootstrap.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_testing/unittests/bootstrap.php b/_testing/unittests/bootstrap.php index 6a06a2dff..b5aca6204 100644 --- a/_testing/unittests/bootstrap.php +++ b/_testing/unittests/bootstrap.php @@ -6,5 +6,5 @@ if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../') define('DOKU_CONF',realpath(dirname(__FILE__).'/../../conf').'/'); error_reporting(E_ALL); -set_time_limit(600); -ini_set('memory_limit','128M'); +set_time_limit(0); +ini_set('memory_limit','2048M'); |