Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase temp dir deletion period to 3 days #7914

Merged
merged 3 commits into from Oct 28, 2020

Conversation

vgerak
Copy link
Contributor

@vgerak vgerak commented Oct 19, 2020

As proposed by @Zac-HD, increased timeout to 3 days. Closes #7911

Did not add myself to AUTHORS file, as it's a trivial commit.

Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @vgerak!

@nicoddemus
Copy link
Member

Did not add myself to AUTHORS file, as it's a trivial commit.

Regardless, it is a valid contribution, feel free to add yourself. 😁

@nicoddemus nicoddemus added the needs backport applied to PRs, indicates that it should be ported to the current bug-fix branch label Oct 19, 2020
@nicoddemus nicoddemus merged commit a431310 into pytest-dev:master Oct 28, 2020
nicoddemus added a commit to nicoddemus/pytest that referenced this pull request Oct 28, 2020
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
@nicoddemus
Copy link
Member

Backport: #7955

nicoddemus added a commit that referenced this pull request Oct 28, 2020
[6.1.x] Increase temp dir deletion period to 3 days (#7914)
@nicoddemus nicoddemus added backported PR has been backported to the current bug-fix branch and removed needs backport applied to PRs, indicates that it should be ported to the current bug-fix branch labels Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported PR has been backported to the current bug-fix branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tmpdir_factory deletes tmp dirs from other pytest processes after 3 hours, even if they are still running
3 participants