From: Antoine Musso Date: Thu, 14 Mar 2013 04:05:24 +0000 (+0100) Subject: mark UtfNormal::CleanUpTest as expensive X-Git-Tag: 1.31.0-rc.0~20346 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=b5299c2663ad346788804d46bea43c66200e497c;p=lhc%2Fweb%2Fwiklou.git mark UtfNormal::CleanUpTest as expensive 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 --- diff --git a/tests/phpunit/includes/normal/CleanUpTest.php b/tests/phpunit/includes/normal/CleanUpTest.php index 86fd95c283..99ec05ddcb 100644 --- a/tests/phpunit/includes/normal/CleanUpTest.php +++ b/tests/phpunit/includes/normal/CleanUpTest.php @@ -29,6 +29,7 @@ * Requires PHPUnit. * * @ingroup UtfNormal + * @group Large */ class CleanUpTest extends MediaWikiTestCase { /** @todo document */