aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/stream.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-12 09:43:04 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-12 09:43:04 +0200
commit24b4806af4a9b485b4b9a772809d118e91c6d97f (patch)
treedf5664782eefd384bd6ed3dc363a25575da89202 /apps/files_encryption/tests/stream.php
parent8793acfb4e751cfdb464d259de45249cec5d6398 (diff)
parent3abe68176ff09ca579ff9e5f15872fb5cab8ff4d (diff)
downloadnextcloud-server-24b4806af4a9b485b4b9a772809d118e91c6d97f.tar.gz
nextcloud-server-24b4806af4a9b485b4b9a772809d118e91c6d97f.zip
Merge branch 'master' into googledrive
Diffstat (limited to 'apps/files_encryption/tests/stream.php')
-rw-r--r--apps/files_encryption/tests/stream.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_encryption/tests/stream.php b/apps/files_encryption/tests/stream.php
index 3d978767542..50ac41e4536 100644
--- a/apps/files_encryption/tests/stream.php
+++ b/apps/files_encryption/tests/stream.php
@@ -140,6 +140,9 @@ class Test_Encryption_Stream extends \PHPUnit_Framework_TestCase {
$view->unlink($filename);
}
+ /**
+ * @medium
+ */
function testStreamSetTimeout() {
$filename = '/tmp-' . time();
$view = new \OC\Files\View('/' . $this->userId . '/files');