allow autotest to run 10x times longer

This commit is contained in:
Jörn Friedrich Dreyer 2013-06-11 15:57:00 +02:00
parent 0eed1c980d
commit 48b5e3d498
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>