* Better timeout.
[?]
Nov 29, 2008, 1:26 AM
ULHEOJO2ZUIUWD3LLPRQ4KNPK3O4IBTTW4XUVGNLNUG6IG7KFDHACDependencies
- [2]
D6YQQQCN* Don't ignore SIGCHLD after all, Perl doesn't like it. Just do - [3]
DQD7JMSU* Fix the terminology. - [*]
7YBYT2LQ
Change contents
- replacement in src/Hydra/script/hydra_queue_runner.pl at line 32
# So if after 2 minutes it hasn't been updated,# So if after a minute it hasn't been updated, - replacement in src/Hydra/script/hydra_queue_runner.pl at line 35
if ($build->schedulingInfo->starttime + 10 < time) {if ($build->schedulingInfo->starttime + 60 < time) {