aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit-autotest.xml
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-06-12 13:58:25 +0300
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-06-12 13:58:25 +0300
commita2d3c030fb18f1b0ecd9451145cd0fbdb2b36799 (patch)
tree070468fe5b9e19578c5914696bd15f4de2d86939 /tests/phpunit-autotest.xml
parent40e74b59079ab53274b0cc58b81aba2cf1876632 (diff)
downloadnextcloud-server-a2d3c030fb18f1b0ecd9451145cd0fbdb2b36799.tar.gz
nextcloud-server-a2d3c030fb18f1b0ecd9451145cd0fbdb2b36799.zip
every test now has 15min to execute
we don't want to check performance just yet. we just want to make jenkins end more reliably.
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 9d6750751f3..71fe69c6aa8 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php"
strict="true"
- timeoutForSmallTests="30"
- timeoutForMediumTests="300"
+ timeoutForSmallTests="900"
+ timeoutForMediumTests="900"
timeoutForLargeTests="900"
>
<testsuite name='ownCloud'>