Skip to content
  • Brad King's avatar
    cmCTestMultiProcessHandler: Check stop time more directly · 61ab5a8e
    Brad King authored
    Avoid creating a cmCTestRunTest instance if the stop time has been
    reached.  If the stop time occurs in the small time between creating an
    instance and computing the child process timeout, we will simply compute
    a zero timeout.  This is already done for the case that we StartAgain
    after the stop time.
    61ab5a8e