Skip to content
Snippets Groups Projects
Commit 51f8aa90 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #3675 from owncloud/allow_autotest_to_run_10x

allow autotest to run 10x times longer
parents 0eed1c98 48b5e3d4
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.
Please register or to comment