From bc77c6376f7833b575e95792e1574ea48165b91b Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 26 Nov 2012 14:49:52 +0100 Subject: [PATCH] mark ApiEditPageTest as being slow tests The edit conflict tests can take quiet a while to execute, definitely more than the default 2 seconds we allocated to test. Marking the class with '@group medium', in the comment, instructs PHPUnit to apply a timeout of 10 seconds. Change-Id: Icdd78ea43c91eeca7d4a00bfe6bb368bb3b8f891 --- tests/phpunit/includes/api/ApiEditPageTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/includes/api/ApiEditPageTest.php b/tests/phpunit/includes/api/ApiEditPageTest.php index a95ab85f0b..eaab30010a 100644 --- a/tests/phpunit/includes/api/ApiEditPageTest.php +++ b/tests/phpunit/includes/api/ApiEditPageTest.php @@ -7,6 +7,7 @@ * * @group API * @group Database + * @group medium */ class ApiEditPageTest extends ApiTestCase { -- 2.20.1