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 /tests/lib/dbschema.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 'tests/lib/dbschema.php')
-rw-r--r-- | tests/lib/dbschema.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/dbschema.php b/tests/lib/dbschema.php index e20a04ef7fd..a2ef1572fd5 100644 --- a/tests/lib/dbschema.php +++ b/tests/lib/dbschema.php @@ -36,6 +36,9 @@ class Test_DBSchema extends PHPUnit_Framework_TestCase { } // everything in one test, they depend on each other + /** + * @medium + */ public function testSchema() { $this->doTestSchemaCreating(); $this->doTestSchemaChanging(); |