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:
parent
40e74b5907
commit
a2d3c030fb
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue