JuliaIO / Tar.jl

TAR files: create, list, extract them in pure Julia
MIT License
80 stars 19 forks source link

tests exceeding CI cleanup time #160

Open vtjnash opened 1 year ago

vtjnash commented 1 year ago

Julia CI is appearing to fail occasionally after running this package tests due to excess time required to cleanup the tmpdir content left behind from the test: https://github.com/JuliaLang/julia/issues/49936#issuecomment-1560195168

DilumAluthge commented 1 year ago

Can we stick a call to temp_cleanup_purge at the end of the test suite?