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)
commitbc77c6376f7833b575e95792e1574ea48165b91b
tree7cae794a91f3ba07cf162ed5808070d84c45dd5f
parent483a3a78ac60be8eda7b0468b52daff323324ec2
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