raise timeout for UserTest::testEditCount
authorAntoine Musso <hashar@free.fr>
Fri, 26 Oct 2012 11:02:48 +0000 (13:02 +0200)
committerAntoine Musso <hashar@free.fr>
Fri, 26 Oct 2012 13:40:29 +0000 (15:40 +0200)
commit93dcfa9f055aa7798363b0f427c95357ff8148fd
tree397ab6bad8bc7d492e832facc1aeae33885bbbd2
parentdcb0d899cb9bae36756f43ec1261bc69c07bad2a
raise timeout for UserTest::testEditCount

UserTest::testEditCount did eleven calls to doEdit which is slow when
used with the sqlite backend. I have made to do less edits and also
marked it as '@group medium' which means the timeout will be 10 seconds
instead of 2 seconds.

Change-Id: If2d055075470f837009568d56b1119a57b177ba3
tests/phpunit/includes/UserTest.php