[buildbot] phase2: increase package compilation timeout

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 2 09:27:45 PST 2017


jow pushed a commit to buildbot.git, branch master:
https://git.lede-project.org/37edd3cffe1b8e5c4a7874994604c746a1168ec6

commit 37edd3cffe1b8e5c4a7874994604c746a1168ec6
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Feb 2 18:27:34 2017 +0100

    phase2: increase package compilation timeout
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 phase2/master.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phase2/master.cfg b/phase2/master.cfg
index 20ff19e..e1a81eb 100644
--- a/phase2/master.cfg
+++ b/phase2/master.cfg
@@ -322,6 +322,7 @@ for arch in arches:
 		name = "compile",
 		description = "Building packages",
 		workdir = "build/sdk",
+		timeout = 3600,
 		command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "IGNORE_ERRORS=n m y", "BUILD_LOG=1", "CONFIG_SIGNED_PACKAGES=y", "CONFIG_AUTOREMOVE=y"],
 		env = {'CCACHE_BASEDIR': WithProperties("%(cwd)s", cwd=GetCwd)}))
 



More information about the lede-commits mailing list