~fagerstedt-axel/linaro-android-build-tools/testsuite

« back to all changes in this revision

Viewing changes to utils/mangle-jobs/build-timeout-set.mangle

  • Committer: axel.fagerstedt at linaro
  • Date: 2013-04-17 19:15:42 UTC
  • mfrom: (579.1.7 trunk)
  • Revision ID: axel.fagerstedt@linaro.org-20130417191542-rn246953iv98dej2
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Update default build timeout value to new default.
2
2
# Don't touch custom timeout times
3
3
 
4
 
OLD_DEFAULT = "225"
5
 
NEW_DEFAULT = "255"
 
4
OLD_DEFAULT = "255"
 
5
NEW_DEFAULT = "275"
6
6
 
7
7
 
8
8
def mangle(tree):