From b5299c2663ad346788804d46bea43c66200e497c Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 14 Mar 2013 05:05:24 +0100 Subject: [PATCH] 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 --- tests/phpunit/includes/normal/CleanUpTest.php | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.20.1