SIGN IN SIGN UP

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.
V
Victor Stinner committed
07888e1cce89e9bb7dc501e287b4cb126e01c378
Parent: 12a08c4
Committed by GitHub <noreply@github.com> on 7/4/2018, 9:49:41 AM