summaryrefslogtreecommitdiffstats
path: root/tests/phpunit-autotest.xml
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/phpunit-autotest.xml
parentb237d0379162b52269a6ea8292165d448d075f46 (diff)
downloadnextcloud-server-73fb722a9e34dccc428bbf38adf40657ac98c94e.tar.gz
nextcloud-server-73fb722a9e34dccc428bbf38adf40657ac98c94e.zip
add timeouts 3/30/90 to phpunit tests
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index e9ee7d8d70d..d74451cbe6c 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
-<phpunit bootstrap="bootstrap.php">
+<phpunit bootstrap="bootstrap.php"
+ strict="true"
+ timeoutForSmallTests="3"
+ timeoutForMediumTests="30"
+ timeoutForLargeTests="90"
+>
<testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory>
<file>apps.php</file>