From cc13cf0564d89bd80ae9ebffe67d3fcf1bf9fe1e Mon Sep 17 00:00:00 2001 From: Christian Aistleitner Date: Fri, 20 Apr 2012 19:34:15 +0200 Subject: [PATCH] Increase permitted runtime for testParserTest Change-Id: Id8a73b2d5d32af38c6856c3120394a2d6150f835 --- tests/phpunit/includes/parser/NewParserTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index d1221ca807..d9b16710fd 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -510,7 +510,10 @@ class NewParserTest extends MediaWikiTestCase { $this->file = $filename; } - /** @dataProvider parserTestProvider */ + /** + * @group medium + * @dataProvider parserTestProvider + */ public function testParserTest( $desc, $input, $result, $opts, $config ) { if ( $this->regex != '' && !preg_match( '/' . $this->regex . '/', $desc ) ) { $this->assertTrue( true ); // XXX: don't flood output with "test made no assertions" -- 2.20.1