-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Hudson ver. 1.380
I'm using build timeout plugin and there's evident that the build time includes the time a job spent waiting in the build queue.
Let say I have build timeout set to 6 hours. But my job was actually executed for 1 hour or so before the build timeout plugin kicked in and killed it. So that 5 hour difference was actually spent in the build queue waiting for a available slave.
I think it makes more sense to assume build time start ticking only when the job executes
The plugin implements a build wrapper. Build wrappers are run only when the actual build is run, taking the job off the build queue. So, I think there is something wrong in what you're seeing. Does it happen on a remote build or you can demonstrate even when the build happens on master? Any console output?