pytest-dev / pytest-timeout

MIT License
216 stars 64 forks source link

Process hangs after timeout on Windows? #14

Closed pytest-timeout-bot closed 6 years ago

pytest-timeout-bot commented 8 years ago

Original report by Florian Bruhin (Bitbucket: The-Compiler, GitHub: The-Compiler).


So I played with pytest-timeout again, but it seems like it's never finishing my build on AppVeyor after a timeout occured:

https://ci.appveyor.com/project/The-Compiler/qutebrowser/build/timeout-2017/job/i0w9743s7p55kuyr

I see the tox lines after the timeout:

___________________________________ summary ___________________________________
ERROR:   py34: commands failed

But AppVeyor never marks the build as finished. So maybe the timeout thread is not finished cleanly in the background or something?

pytest-timeout-bot commented 6 years ago

Original comment by Floris Bruynooghe (Bitbucket: flub, GitHub: flub).


Link to example went dead. If a small reproducible example surfaces we can investigate further :)