From: Antoine Musso Date: Fri, 2 Nov 2012 14:22:54 +0000 (+0100) Subject: raise timeout for WikiPage tests X-Git-Tag: 1.31.0-rc.0~21756 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=d7cec7c36c3855811ef42ead713cdfc695d8c0db;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 {