test: raise timeout on structure test
authorAntoine Musso <hashar@free.fr>
Mon, 10 Dec 2012 00:27:39 +0000 (01:27 +0100)
committerAntoine Musso <hashar@free.fr>
Mon, 10 Dec 2012 00:28:29 +0000 (01:28 +0100)
The test testUnitTestFileNamesEndWithTest() does some file I/O which is
kind of slow.

Change-Id: I6792708bda755638e6b98c514f2c015ed094671f

tests/phpunit/StructureTest.php

index 17ea06c..dfbcc9d 100644 (file)
@@ -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() ) {