0

I am right now evaluating Hudson. Unfortunately I came across some problems with our test scripts. Which freezes the execution of the job.

I am running an UI-Test. This test waits for a Widget and if the Widget is not there, it keeps waiting and waiting and waiting and wai...

Now I want to run the Job every day, and if it should freeze, I want to kill it after 23 hours, so that the daily test will not be holded in the build-queue.

Is there a plugin/script/anything to do this? Basically in my thoughts there should be a script which analyses the starting time and if now()-startTime >= 23 hours the job should be killed/cancelled/stopped.

Thanks in advance, Stefan

4

1 回答 1

4

Hudson有一个Build Timeout 插件,它应该是你想要的。

于 2011-04-20T13:44:37.073 回答