This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients erlendaasland, pablogsal, vstinner
Date 2022-03-21.03:06:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647832018.43.0.290683015457.issue47075@roundup.psfhosted.org>
In-reply-to
Content
BaseManager._finalize_manager() timeout should be configurable, the test should use the same timeout than support.wait_process() (SHORT_TIMEOUT), and maybe the default timeout should be increased?

I propose to use the same timeout for the two process.join(timeout=xxx) calls (before/after terminate).
History
Date User Action Args
2022-03-21 03:06:58vstinnersetrecipients: + vstinner, pablogsal, erlendaasland
2022-03-21 03:06:58vstinnersetmessageid: <1647832018.43.0.290683015457.issue47075@roundup.psfhosted.org>
2022-03-21 03:06:58vstinnerlinkissue47075 messages
2022-03-21 03:06:58vstinnercreate