Skip to content

[3.6] bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)#7976

Merged
vstinner merged 1 commit into
python:3.6from
vstinner:mp_main_handling36
Jun 27, 2018
Merged

[3.6] bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)#7976
vstinner merged 1 commit into
python:3.6from
vstinner:mp_main_handling36

Conversation

@vstinner

@vstinner vstinner commented Jun 27, 2018

Copy link
Copy Markdown
Member

bpo-30339, bpo-33913:

  • Increase timeout from 10 seconds to 1 minute in
    test_source_main_skipped_in_children source of
    test_multiprocessing_main_handling.
  • Replace time.time() with time.monotonic().
  • On timeout, include the duration in the error message.

(cherry picked from commit 64737e9)

https://bugs.python.org/issue33913

bpo-30339, bpo-33913:

* Increase timeout from 10 seconds to 1 minute in
  test_source_main_skipped_in_children source of
  test_multiprocessing_main_handling.
* Replace time.time() with time.monotonic().
* On timeout, include the duration in the error message.

(cherry picked from commit 64737e9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants