Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/98494


Change subject: make-release: raise default phpunit timeouts
......................................................................

make-release: raise default phpunit timeouts

The testReleaseTarball PHPUnit test suite takes a bunch of time to run,
so raise the default timeouts to 1800 seconds.

Change-Id: I36ebbfdcf7b2e8c6e4b0f92b79066cdc825f9c18
---
M make-release/phpunit.xml
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/release 
refs/changes/94/98494/1

diff --git a/make-release/phpunit.xml b/make-release/phpunit.xml
index 750c493..6a2c38d 100644
--- a/make-release/phpunit.xml
+++ b/make-release/phpunit.xml
@@ -2,6 +2,10 @@
        colors="true"
 
        strict="true"
+       timeoutForSmallTests="1800"
+       timeoutForMediumTests="1800"
+       timeoutForLargeTests="1800"
+
        verbose="true"
 
        stopOnError="true"

-- 
To view, visit https://gerrit.wikimedia.org/r/98494
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I36ebbfdcf7b2e8c6e4b0f92b79066cdc825f9c18
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to