From: Antoine Musso Date: Wed, 29 Aug 2012 15:01:02 +0000 (+0200) Subject: raise filerepo tests timeout to 10sec X-Git-Tag: 1.31.0-rc.0~22552 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=a8ca2e0e3b0b90450d86f6db2acd4243032d5e05;p=lhc%2Fweb%2Fwiklou.git raise filerepo tests timeout to 10sec '@group medium' instructs PHPUnit to wait up to 10 seconds for the test to complete. That would save us from false positive caused by high disk I/O on the continuous integration server. Change-Id: Id11c3ed1879705f806d262dc8090ef2fb432ed36 --- diff --git a/tests/phpunit/includes/filerepo/FileBackendTest.php b/tests/phpunit/includes/filerepo/FileBackendTest.php index f9d78e5f4a..a2dc5c6ca3 100644 --- a/tests/phpunit/includes/filerepo/FileBackendTest.php +++ b/tests/phpunit/includes/filerepo/FileBackendTest.php @@ -3,6 +3,7 @@ /** * @group FileRepo * @group FileBackend + * @group medium */ class FileBackendTest extends MediaWikiTestCase { private $backend, $multiBackend; diff --git a/tests/phpunit/includes/filerepo/StoreBatchTest.php b/tests/phpunit/includes/filerepo/StoreBatchTest.php index 6abceeb33d..3ab56af870 100644 --- a/tests/phpunit/includes/filerepo/StoreBatchTest.php +++ b/tests/phpunit/includes/filerepo/StoreBatchTest.php @@ -1,6 +1,7 @@