raise timeout for WikiPage tests
authorAntoine Musso <hashar@free.fr>
Fri, 2 Nov 2012 14:22:54 +0000 (15:22 +0100)
committerAntoine Musso <hashar@free.fr>
Fri, 2 Nov 2012 14:22:54 +0000 (15:22 +0100)
The tests do lot of DB queries which are quiet slow when using a SQLite
backend. Marking the class as belonging to the 'medium' group should
raise the timeout to 10 seconds.

Change-Id: I7a779bf4e5f44e755055182e0feeb68c005a920c

tests/phpunit/includes/WikiPageTest.php

index d7c4d56..fb20ce6 100644 (file)
@@ -3,6 +3,7 @@
 * @group ContentHandler
 * @group Database
 * ^--- important, causes temporary tables to be used instead of the real database
+* @group medium
 **/
 
 class WikiPageTest extends MediaWikiLangTestCase {