commit | b12445569796b4353aa21d1c973396e622fec256 | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Tue Feb 06 15:00:55 2018 -0800 |
committer | Clark Boylan <clark.boylan@gmail.com> | Mon Feb 12 10:01:40 2018 -0800 |
tree | ee7b2364c0115337c4df76fc5e7524d0210d028a | |
parent | c65f4014a1c77313200eb86a03fc5b456a427713 [diff] |
Make timeout value apply to entire job Rather than have the job timeout apply to each of the three run steps (pre, run, and post) individualy convert the timeout to a cummulative timeout that applies across all three steps. This is more intuitive to users and allows us to continue to have long job timeouts without multiplying their effect when things go wrong. Change-Id: I8f46736e578c8ea3e9f2fba25f53ab47715101af