Merge "Sync DeviceDetection with MF"
[lhc/web/wiklou.git] / tests / phpunit / suite.xml
index 8c942a4..f286fa1 100644 (file)
@@ -8,6 +8,9 @@
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
          stopOnFailure="false"
+                timeoutForSmallTests="2"
+                timeoutForMediumTests="10"
+                timeoutForLargeTests="60"
          strict="true"
                 verbose="true">
        <testsuites>
                <testsuite name="skins">
                        <directory>skins</directory>
                </testsuite>
+               <!-- As there is a class Maintenance, we cannot use the
+                    name "maintenance" directly -->
+               <testsuite name="maintenance_suite">
+                       <directory>maintenance</directory>
+               </testsuite>
                <testsuite name="structure">
                        <file>StructureTest.php</file>
                </testsuite>