From: Antoine Musso Date: Mon, 10 Dec 2012 00:27:39 +0000 (+0100) Subject: test: raise timeout on structure test X-Git-Tag: 1.31.0-rc.0~21355^2 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=0f604c59445076c87a6dae50cc8876a3dfafa7f5;p=lhc%2Fweb%2Fwiklou.git test: raise timeout on structure test The test testUnitTestFileNamesEndWithTest() does some file I/O which is kind of slow. Change-Id: I6792708bda755638e6b98c514f2c015ed094671f --- diff --git a/tests/phpunit/StructureTest.php b/tests/phpunit/StructureTest.php index 17ea06c407..dfbcc9dce7 100644 --- a/tests/phpunit/StructureTest.php +++ b/tests/phpunit/StructureTest.php @@ -8,6 +8,7 @@ class StructureTest extends MediaWikiTestCase { /** * Verify all files that appear to be tests have file names ending in * Test. If the file names do not end in Test, they will not be run. + * @group medium */ public function testUnitTestFileNamesEndWithTest() { if ( wfIsWindows() ) {