pytest-timeout icon indicating copy to clipboard operation
pytest-timeout copied to clipboard

Results 25 pytest-timeout issues
Sort by recently updated
recently updated
newest added

I came across some odd behavior when I was debugging something related to terminal logging in pytest. And noticed pytest-timeout was disabling `capturemanager` and doing it's own printing Ref: https://github.com/pytest-dev/pytest-timeout/blob/2.3.1/pytest_timeout.py#L511...

I'm running a smaller testsuite and moste of the tests fail 10 seconds timeout because of slow setup code (currently residing inside the tests). Some of the timeouted tests result...

On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases. gh release can contain additional comments (li changelog) or...

Most projects I work with have already switched master to main.

I've been using pytest-timeout for some time to catch whenever we have bad tests that just hang for a long time. This doesn't happen very often and most of the...

**[Original report](https://bitbucket.org/pytest-dev/pytest-timeout/issue/18) by Anonymous.** ---------------------------------------- pytest-timeout plugin doesn't work when pytest-rerunfailures is used. Please see a example at the end of this bug report - [ ] `pip list` of...

bug
major

I believe there's a test that is not testing anything anymore. The test was introduced in https://github.com/pytest-dev/pytest-timeout/pull/88, https://github.com/pytest-dev/pytest-timeout/commit/1a35f94298c1260500907bd674b75cf59df0c949 ``` ================================================================================================ test session starts ================================================================================================ platform linux -- Python 3.10.2, pytest-7.4.3,...

In a statement like `@mark.timeout(50)` there is nothing to say the duration is defined in *seconds.* This has a few disadvantages: - Many other timing mechanisms use milliseconds or minutes...

Currently pytest-timeout uses [`threading.Timer`](https://docs.python.org/3/library/threading.html#timer-objects) to measure time. This measures wallclock time, so if the process is paused for 10 minutes and is unpaused later, timeout will immediately expire even if...

Hello! Is this worker crash fully fixed in 2.1.0? I am still having this problem using pytest-xdist==2.5.0 and pytest-timeout==2.1.0 env ``` plugins: html-3.1.1, parallel-0.1.1, metadata-1.11.0, timeout-2.1.0, forked-1.4.0, xdist-2.5.0, assume-2.4.3 timeout:...