From 2faf797e3a04c03879cecb88bbe49309ff739ddf Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 3 Dec 2012 09:14:32 +0100 Subject: [PATCH] test: raise timeout for ExifRotation ExifRotationTest does file access and hence needs a slightly higher timeout in PHPUnit. Change-Id: I871c4a4fde5e71708e55b3f28e7267e1023c2df5 --- tests/phpunit/includes/media/ExifRotationTest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/includes/media/ExifRotationTest.php b/tests/phpunit/includes/media/ExifRotationTest.php index 692a5f9c56..d52fecc92b 100644 --- a/tests/phpunit/includes/media/ExifRotationTest.php +++ b/tests/phpunit/includes/media/ExifRotationTest.php @@ -1,7 +1,8 @@