test: raise timeout for ExifRotation
authorAntoine Musso <hashar@free.fr>
Mon, 3 Dec 2012 08:14:32 +0000 (09:14 +0100)
committerAntoine Musso <hashar@free.fr>
Mon, 3 Dec 2012 08:18:32 +0000 (09:18 +0100)
ExifRotationTest does file access and hence needs a slightly higher
timeout in PHPUnit.

Change-Id: I871c4a4fde5e71708e55b3f28e7267e1023c2df5

tests/phpunit/includes/media/ExifRotationTest.php

index 692a5f9..d52fecc 100644 (file)
@@ -1,7 +1,8 @@
 <?php
-
 /**
- * Tests related to auto rotation
+ * Tests related to auto rotation.
+ *
+ * @group medium
  */
 class ExifRotationTest extends MediaWikiTestCase {