From 0f604c59445076c87a6dae50cc8876a3dfafa7f5 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 10 Dec 2012 01:27:39 +0100 Subject: [PATCH] test: raise timeout on structure test The test testUnitTestFileNamesEndWithTest() does some file I/O which is kind of slow. Change-Id: I6792708bda755638e6b98c514f2c015ed094671f --- tests/phpunit/StructureTest.php | 1 + 1 file changed, 1 insertion(+) 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() ) { -- 2.20.1