Skip to content
Snippets Groups Projects
Commit 48b5e3d4 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

allow autotest to run 10x times longer

parent 0eed1c98
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php" <phpunit bootstrap="bootstrap.php"
strict="true" strict="true"
timeoutForSmallTests="3" timeoutForSmallTests="30"
timeoutForMediumTests="30" timeoutForMediumTests="300"
timeoutForLargeTests="90" timeoutForLargeTests="900"
> >
<testsuite name='ownCloud'> <testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory> <directory suffix='.php'>lib/</directory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment