* Better timeout.

[?]
Nov 29, 2008, 1:26 AM
ULHEOJO2ZUIUWD3LLPRQ4KNPK3O4IBTTW4XUVGNLNUG6IG7KFDHAC

Dependencies

  • [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
    [2.320][2.320:384]()
    # So if after 2 minutes it hasn't been updated,
    [2.320]
    [2.384]
    # So if after a minute it hasn't been updated,
  • replacement in src/Hydra/script/hydra_queue_runner.pl at line 35
    [2.489][2.489:558]()
    if ($build->schedulingInfo->starttime + 10 < time) {
    [2.489]
    [2.558]
    if ($build->schedulingInfo->starttime + 60 < time) {