Closed pytest-timeout-bot closed 6 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:
tox
___________________________________ 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?
Original comment by Floris Bruynooghe (Bitbucket: flub, GitHub: flub).
Link to example went dead. If a small reproducible example surfaces we can investigate further :)
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:But AppVeyor never marks the build as finished. So maybe the timeout thread is not finished cleanly in the background or something?