jenkins-bot has submitted this change and it was merged.

Change subject: composer test: increase process timeout
......................................................................


composer test: increase process timeout

Bug: T121291
Change-Id: Ic4c2a23344625fb56d0a3f3697bda590a48ae0b9
---
M jjb/macro.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Thiemo Mättig (WMDE): Looks good to me, but someone else must approve
  Addshore: Looks good to me, but someone else must approve
  JanZerebecki: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/macro.yaml b/jjb/macro.yaml
index 64ba175..ebeb1c5 100644
--- a/jjb/macro.yaml
+++ b/jjb/macro.yaml
@@ -604,4 +604,4 @@
     name: composer-test
     builders:
      - shell: |
-        composer --ansi test
+        COMPOSER_PROCESS_TIMEOUT=600 composer --ansi test

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic4c2a23344625fb56d0a3f3697bda590a48ae0b9
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: JanZerebecki <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to