diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-06-11 06:59:57 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-06-11 06:59:57 -0700 |
commit | 51f8aa90d1023713cc30063fe5323898635ee05c (patch) | |
tree | 2d751a635c73eaf88692f4be189362b86159fc16 | |
parent | 0eed1c980da1ea3d901d8e495c7a37bb5aac0cff (diff) | |
parent | 48b5e3d4980abcbe8dedebcaf080e13e11502ec8 (diff) | |
download | nextcloud-server-51f8aa90d1023713cc30063fe5323898635ee05c.tar.gz nextcloud-server-51f8aa90d1023713cc30063fe5323898635ee05c.zip |
Merge pull request #3675 from owncloud/allow_autotest_to_run_10x
allow autotest to run 10x times longer
-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> |