Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
sphinx-autobuild
time to shutdown http server in tox
- Tox is apparently a bit aggressive in shutting down processes when it receives a CTRL+C; this can ultimately result in tox exiting and leaving the HTTP server still running requiring manual process kills. - I think this results from ``sphinx-autobuild`` receiving the SIGINT and starting its shutdown...but tox then sends it _another_ SIGINT that seems to abort the shutdown procedure for ``sphinx-autobuild``. - So, this gives ``sphinx-autobuild`` a window of time to shutdown before tox starts trying to help.
- Loading branch information