• Sebastien Robin's avatar
    testnode: give time to supervisord to kill sub processes · 32c5eebf
    Sebastien Robin authored
    supervirord when stopping might need several seconds to kill
    properly sub processes. So give him some time before killing
    more brutaly with killall.
    
    This should solve issue with functional tests are not working
    due to apache not starting. Apache when killed to brutally
    let unclosed semaphore, and after some time, we have too many
    semaphore to start new apache, making functional tests failing.
    32c5eebf
ProcessManager.py 8.22 KB