Skip to content
  • Samuel Thibault's avatar
    tests: use sub-second sleeps to wait for application startup · 18922d25
    Samuel Thibault authored
    This allows to reduce the testsuite completion time from almost 3 minutes to
    about 3s.
    
    This however showed that we were not waiting for the application to
    terminate. Add terminate_app() which ensures this, to be used instead of
    only killing the application.
    18922d25