Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Increase temp dir deletion period to 3 days (#7914)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
- Loading branch information
Showing
with
2 additions
and 1 deletion.
- +1 −0 changelog/7911.bugfix.rst
- +1 −1 src/_pytest/pathlib.py
| @@ -0,0 +1 @@ | ||
| Directories created by `tmpdir` are now considered stale after 3 days without modification (previous value was 3 hours) to avoid deleting directories still in use in long running test suites. |