Skip to content

Commit

Permalink
[stable9] Especially with coverage enabled execution times are pretty…
Browse files Browse the repository at this point in the history
… high (#25517) (#25596)
  • Loading branch information
DeepDiver1975 authored Jul 25, 2016
1 parent d7943f7 commit e5c22c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

\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();

Expand Down

0 comments on commit e5c22c3

Please sign in to comment.