raise PHPUnit default timeouts
authorAntoine Musso <hashar@free.fr>
Tue, 29 Jan 2013 09:49:13 +0000 (10:49 +0100)
committerAntoine Musso <hashar@free.fr>
Tue, 29 Jan 2013 09:49:13 +0000 (10:49 +0100)
default ..  2s -> 10s
medium ... 10s -> 30s

I originally thought that using PHPUnit timeout system was a good idea
but that is causing more harm than being helpful. Now default to ten
seconds.

Change-Id: If10a9b6df967130838a253d986b2ed623d8e3b0a

tests/phpunit/suite.xml

index f286fa1..56f6447 100644 (file)
@@ -8,8 +8,8 @@
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
          stopOnFailure="false"
-                timeoutForSmallTests="2"
-                timeoutForMediumTests="10"
+                timeoutForSmallTests="10"
+                timeoutForMediumTests="30"
                 timeoutForLargeTests="60"
          strict="true"
                 verbose="true">