]> granicus.if.org Git - python/commit
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
authorVictor Stinner <vstinner@redhat.com>
Wed, 4 Jul 2018 09:49:41 +0000 (11:49 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Jul 2018 09:49:41 +0000 (11:49 +0200)
commit07888e1cce89e9bb7dc501e287b4cb126e01c378
treee650efede6af8fb070cb67086b4747fdc36d7a9f
parent12a08c47601cadea8e7d3808502cdbcca87b2ce2
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)

Fix test_forkserver_sigkill() of test_multiprocessing_forkserver:
give more time to the first child process to complete, double the
sleep in the parent process.

Reduce also the child process sleep from 1000 ms to 500 ms, to not change
the total duration of the test.
Lib/test/_test_multiprocessing.py