Merge pull request #3675 from owncloud/allow_autotest_to_run_10x

allow autotest to run 10x times longer
This commit is contained in:
Thomas Müller 2013-06-11 06:59:57 -07:00
commit 51f8aa90d1
1 changed files with 3 additions and 3 deletions

View File

@ -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>