]> source.dussan.org Git - nextcloud-server.git/commitdiff
allow autotest to run 10x times longer
authorJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 11 Jun 2013 13:57:00 +0000 (15:57 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 11 Jun 2013 13:57:00 +0000 (15:57 +0200)
tests/phpunit-autotest.xml

index d74451cbe6c5f5d6a9df8dae2899ce15f8cd0fae..9d6750751f3433cbce491fc41a9187b978f2d8b5 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <phpunit bootstrap="bootstrap.php"
                 strict="true"
-                timeoutForSmallTests="3"
-                timeoutForMediumTests="30"
-                timeoutForLargeTests="90"
+                timeoutForSmallTests="30"
+                timeoutForMediumTests="300"
+                timeoutForLargeTests="900"
 >
        <testsuite name='ownCloud'>
                <directory suffix='.php'>lib/</directory>