Merge lp:~danilo/linaro-android-build-tools/bug-1088461 into lp:linaro-android-build-tools

Proposed by Данило Шеган
Status: Merged
Approved by: Milo Casagrande
Approved revision: 541
Merged at revision: 541
Proposed branch: lp:~danilo/linaro-android-build-tools/bug-1088461
Merge into: lp:linaro-android-build-tools
Diff against target: 14 lines (+2/-2)
1 file modified
utils/mangle-jobs/build-timeout-set.mangle (+2/-2)
To merge this branch: bzr merge lp:~danilo/linaro-android-build-tools/bug-1088461
Reviewer Review Type Date Requested Status
Milo Casagrande (community) Approve
Review via email: mp+138958@code.launchpad.net

Description of the change

Increase the default timeout limit to 4h15 (up from 3h45) to cope with the sometimes slightly longer times of android builds.

Fixes bug #1088461 (see the bug for details).

To post a comment you must log in.
541. By Данило Шеган

Update the default build timeout to 4h15 (up from 3h45).

Revision history for this message
Milo Casagrande (milo) wrote :

Good to go for me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utils/mangle-jobs/build-timeout-set.mangle'
2--- utils/mangle-jobs/build-timeout-set.mangle 2012-09-26 09:59:34 +0000
3+++ utils/mangle-jobs/build-timeout-set.mangle 2012-12-10 13:11:20 +0000
4@@ -1,8 +1,8 @@
5 # Update default build timeout value to new default.
6 # Don't touch custom timeout times
7
8-OLD_DEFAULT = "210"
9-NEW_DEFAULT = "225"
10+OLD_DEFAULT = "225"
11+NEW_DEFAULT = "255"
12
13
14 def mangle(tree):

Subscribers

People subscribed via source and target branches