diff options
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index d74451cbe6c..9d6750751f3 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="utf-8" ?> <phpunit bootstrap="bootstrap.php" strict="true" - timeoutForSmallTests="3" - timeoutForMediumTests="30" - timeoutForLargeTests="90" + timeoutForSmallTests="30" + timeoutForMediumTests="300" + timeoutForLargeTests="900" > <testsuite name='ownCloud'> <directory suffix='.php'>lib/</directory> |