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.
This commit is contained in:
Jörn Friedrich Dreyer 2013-06-12 13:58:25 +03:00
parent 40e74b5907
commit a2d3c030fb
1 changed files with 2 additions and 2 deletions

View File

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