diff options
author | Antoine Musso <hashar@free.fr> | 2013-01-29 10:49:13 +0100 |
---|---|---|
committer | Antoine Musso <hashar@free.fr> | 2013-01-29 10:49:13 +0100 |
commit | 6e98a28f94c123f50558262abe1d995b09c25978 (patch) | |
tree | e414cfafa2939ecfde9221656ebd7a8b5491401f /tests/phpunit/suite.xml | |
parent | dcbdcf07810580e820e53b24b6c3b9d4c3ca37a3 (diff) | |
download | mediawikicore-6e98a28f94c123f50558262abe1d995b09c25978.tar.gz mediawikicore-6e98a28f94c123f50558262abe1d995b09c25978.zip |
raise PHPUnit default timeouts
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
Diffstat (limited to 'tests/phpunit/suite.xml')
-rw-r--r-- | tests/phpunit/suite.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index f286fa118784..56f64477791a 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -8,8 +8,8 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false" - timeoutForSmallTests="2" - timeoutForMediumTests="10" + timeoutForSmallTests="10" + timeoutForMediumTests="30" timeoutForLargeTests="60" strict="true" verbose="true"> |