aboutsummaryrefslogtreecommitdiff
path: root/utils/mangle-jobs
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-05-22 17:57:16 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-05-22 17:57:16 +0300
commit8be8cc4768b871f64e69a8db1b67739555a70989 (patch)
tree5083372d28299e7e794da4f6a481caacb3e06b4b /utils/mangle-jobs
parented4b0fadbc7c606656dcf1c7c5d18985b22467f5 (diff)
Bump default timeout to 3hrs, see lp:997551.
Diffstat (limited to 'utils/mangle-jobs')
-rw-r--r--utils/mangle-jobs/build-timeout-set.mangle4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mangle-jobs/build-timeout-set.mangle b/utils/mangle-jobs/build-timeout-set.mangle
index efdffd1..0a7bd90 100644
--- a/utils/mangle-jobs/build-timeout-set.mangle
+++ b/utils/mangle-jobs/build-timeout-set.mangle
@@ -1,8 +1,8 @@
# Update default build timeout value to new default.
# Don't touch custom timeout times
-OLD_DEFAULT = "150"
-NEW_DEFAULT = "170"
+OLD_DEFAULT = "170"
+NEW_DEFAULT = "180"
def mangle(tree):