phase2: increase package compilation timeout
[buildbot.git] / phase2 / master.cfg
index 20ff19ed9c2e8a2c7f5a6343c977a70641c67984..e1a81ebe5be5d0ea4b60d1253fc62abccf1638df 100644 (file)
@@ -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)}))