Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-07-25 10:26:20 +0300
committerGitHub <noreply@github.com>2016-07-25 10:26:20 +0300
commite5c22c3695ed2604bcd6e1a07c3f8e68f09aaa76 (patch)
tree06fd0dde6ab2ea5974257033c32338a6b25762be /tests
parentd7943f75ab59d45c8ff06f76ae8da6e3ae1f593b (diff)
[stable9] Especially with coverage enabled execution times are pretty high (#25517) (#25596)
Diffstat (limited to 'tests')
-rw-r--r--tests/bootstrap.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 86bedc3f325..fdf9f078176 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -10,6 +10,9 @@ require_once __DIR__ . '/../lib/base.php';
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
+// especially with code coverage it will require some more time
+set_time_limit(0);
+
// load all enabled apps
\OC_App::loadApps();