mirror of https://github.com/python/cpython
GH-66285: remove redundant `time.sleep` from `test_fork_signal_handling` (GH-99963)
This commit is contained in:
parent
acf9184e6b
commit
ee60156500
|
@ -1907,7 +1907,6 @@ class TestFork(unittest.IsolatedAsyncioTestCase):
|
|||
def child_main():
|
||||
signal.signal(signal.SIGTERM, lambda *args: child_handled.set())
|
||||
child_started.set()
|
||||
time.sleep(1)
|
||||
|
||||
async def main():
|
||||
loop = asyncio.get_running_loop()
|
||||
|
|
Loading…
Reference in New Issue