From 83c50c1df13dcbaa87791b1f030f0d58079fa692 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 24 Jan 2018 10:39:17 -0500 Subject: [PATCH] Increase maven-jobs timeout for bier to 90 min Ever since the odlparent/yangtools bump this project has been timing out it's builds. Let's bump it to 90 minutes to see if that helps. Change-Id: I281715026020cf79702899b9610f15f02388ce51 Signed-off-by: Thanh Ha --- jjb/bier/bier.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/bier/bier.yaml b/jjb/bier/bier.yaml index 4cbf05927..98796735d 100644 --- a/jjb/bier/bier.yaml +++ b/jjb/bier/bier.yaml @@ -10,6 +10,7 @@ project: 'bier' project-name: 'bier' branch: 'master' + build-timeout: 90 jdks: - openjdk8 maven: -- 2.36.6