Skip to content
  • Michal 'vorner' Vaner's avatar
    [trac420] Make sure the subprocess doesn't outlive · 4b4813d5
    Michal 'vorner' Vaner authored
    It could happen in rare occasions that the subprocess survived death of
    the tests, mostly when exceptions happened in the parent process and it
    didn't kill it. So there's a finally now and the subprocess has a
    limited life length just in case it still slipped somehow without kill.
    4b4813d5