• Tim Peters's avatar
    Try to repair testRunIgnoresParentSignals. · cb922396
    Tim Peters authored
    Instead of poke-and-hope guessing at how long to wait
    for the child process to start running, use send_action()
    in a loop to ask about that more directly -- but don't
    wait longer than a minute.
    
    The test should run faster on most boxes now, but
    take up to a minute on boxes that are bogged down for
    whatever reason.
    
    Note that this checkin is being made from a wrong place!
    zdaemon isn't part of the Zope tree, it's stitched in
    from the zdaemon repository.  So this checkin has no
    effect on zdaemon.  It will need to be sideported later
    if it turns out to fix the overnight test failures.
    cb922396
testzdrun.py 8.95 KB