]> source.dussan.org Git - nextcloud-server.git/commitdiff
every test now has 15min to execute
authorJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 12 Jun 2013 10:58:25 +0000 (13:58 +0300)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 12 Jun 2013 10:58:25 +0000 (13:58 +0300)
we don't want to check performance just yet. we just want to make jenkins end more reliably.

tests/phpunit-autotest.xml

index 9d6750751f3433cbce491fc41a9187b978f2d8b5..71fe69c6aa83ad5702a9b7cec551c62d57504c7d 100644 (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'>