From fdff4b4e2814ede761b4f97db13fc12b2ccda3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Fri, 24 Nov 2017 22:42:04 +0200 Subject: [PATCH] Increase wait time (just in case sporadic failures are caused by slow interpreter startup) and wait a bit after getting the event (just in case thiiings are slooow and interpreter is sigtermed before it gets to the sleep(5) call). --- tests/test_pytest_cov.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_pytest_cov.py b/tests/test_pytest_cov.py index 7f5cb627..aafe4a86 100644 --- a/tests/test_pytest_cov.py +++ b/tests/test_pytest_cov.py @@ -929,7 +929,8 @@ def target_fn(): def test_run_target(): p = multiprocessing.Process(target=target_fn) p.start() - event.wait(1) + event.wait(2) + time.sleep(1) p.terminate() p.join() ''') pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy