diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-10 09:31:22 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-10 09:31:22 +0200 |
commit | 73fb722a9e34dccc428bbf38adf40657ac98c94e (patch) | |
tree | 06848692b089586cd56f3807c4023f3b2dda36cb /apps/files_encryption/tests/trashbin.php | |
parent | b237d0379162b52269a6ea8292165d448d075f46 (diff) | |
download | nextcloud-server-73fb722a9e34dccc428bbf38adf40657ac98c94e.tar.gz nextcloud-server-73fb722a9e34dccc428bbf38adf40657ac98c94e.zip |
add timeouts 3/30/90 to phpunit tests
Diffstat (limited to 'apps/files_encryption/tests/trashbin.php')
-rwxr-xr-x | apps/files_encryption/tests/trashbin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_encryption/tests/trashbin.php b/apps/files_encryption/tests/trashbin.php index 29f8fb5a396..591113e736d 100755 --- a/apps/files_encryption/tests/trashbin.php +++ b/apps/files_encryption/tests/trashbin.php @@ -184,6 +184,7 @@ class Test_Encryption_Trashbin extends \PHPUnit_Framework_TestCase { } /** + * @medium * @brief test restore file * * @depends testDeleteFile @@ -215,6 +216,7 @@ class Test_Encryption_Trashbin extends \PHPUnit_Framework_TestCase { } /** + * @medium * @brief test delete file forever */ function testPermanentDeleteFile() { |