From d7cec7c36c3855811ef42ead713cdfc695d8c0db Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 2 Nov 2012 15:22:54 +0100 Subject: [PATCH] raise timeout for WikiPage tests 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/includes/WikiPageTest.php b/tests/phpunit/includes/WikiPageTest.php index d7c4d56f12..fb20ce667d 100644 --- a/tests/phpunit/includes/WikiPageTest.php +++ b/tests/phpunit/includes/WikiPageTest.php @@ -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 { -- 2.20.1