aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache/watcher.php
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-06-10 09:31:22 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-06-10 09:31:22 +0200
commit73fb722a9e34dccc428bbf38adf40657ac98c94e (patch)
tree06848692b089586cd56f3807c4023f3b2dda36cb /tests/lib/files/cache/watcher.php
parentb237d0379162b52269a6ea8292165d448d075f46 (diff)
downloadnextcloud-server-73fb722a9e34dccc428bbf38adf40657ac98c94e.tar.gz
nextcloud-server-73fb722a9e34dccc428bbf38adf40657ac98c94e.zip
add timeouts 3/30/90 to phpunit tests
Diffstat (limited to 'tests/lib/files/cache/watcher.php')
-rw-r--r--tests/lib/files/cache/watcher.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/files/cache/watcher.php b/tests/lib/files/cache/watcher.php
index e43c86ed438..d9301a903cb 100644
--- a/tests/lib/files/cache/watcher.php
+++ b/tests/lib/files/cache/watcher.php
@@ -63,6 +63,9 @@ class Watcher extends \PHPUnit_Framework_TestCase {
$this->assertFalse($cache->inCache('folder/bar2.txt'));
}
+ /**
+ * @medium
+ */
public function testFileToFolder() {
$storage = $this->getTestStorage();
$cache = $storage->getCache();