mark UtfNormal::CleanUpTest as expensive
authorAntoine Musso <hashar@free.fr>
Thu, 14 Mar 2013 04:05:24 +0000 (05:05 +0100)
committerAntoine Musso <hashar@free.fr>
Thu, 14 Mar 2013 04:05:24 +0000 (05:05 +0100)
The CleanUpTest are a bit long and reach the medium timeout of 10
seconds.  Mark them as large would give them a 60 seconds timeout,
hopefully enough to generate code coverage.

Change-Id: Id6d13204428ec1810a9b56db76bed351bf45b950

tests/phpunit/includes/normal/CleanUpTest.php

index 86fd95c..99ec05d 100644 (file)
@@ -29,6 +29,7 @@
  * Requires PHPUnit.
  *
  * @ingroup UtfNormal
+ * @group Large
  */
 class CleanUpTest extends MediaWikiTestCase {
        /** @todo document */