mark ApiEditPageTest as being slow tests
authorAntoine Musso <hashar@free.fr>
Mon, 26 Nov 2012 13:49:52 +0000 (14:49 +0100)
committerAntoine Musso <hashar@free.fr>
Mon, 26 Nov 2012 13:49:52 +0000 (14:49 +0100)
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

index a95ab85..eaab300 100644 (file)
@@ -7,6 +7,7 @@
  *
  * @group API
  * @group Database
+ * @group medium
  */
 class ApiEditPageTest extends ApiTestCase {