allow autotest to run 10x times longer

remotes/origin/stable6
Jörn Friedrich Dreyer 13 years ago
parent 0eed1c980d
commit 48b5e3d498
  1. 6
      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>

Loading…
Cancel
Save