every test now has 15min to execute

we don't want to check performance just yet. we just want to make jenkins end more reliably.
remotes/origin/stable6
Jörn Friedrich Dreyer 13 years ago
parent 40e74b5907
commit a2d3c030fb
  1. 4
      tests/phpunit-autotest.xml

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php"
strict="true"
timeoutForSmallTests="30"
timeoutForMediumTests="300"
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"
>
<testsuite name='ownCloud'>

Loading…
Cancel
Save