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)
commitd7cec7c36c3855811ef42ead713cdfc695d8c0db
tree0a866cc0ab17318fcdc9092e7e60f22555371754
parent7c94de3ca9b1b24f50dbb0ca17e3ab4cdd485294
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