Skip to content

Commit ee60156

Browse files
GH-66285: remove redundant time.sleep from test_fork_signal_handling (GH-99963)
1 parent acf9184 commit ee60156

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_asyncio/test_unix_events.py

-1
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,6 @@ def test_fork_signal_handling(self):
19071907
def child_main():
19081908
signal.signal(signal.SIGTERM, lambda *args: child_handled.set())
19091909
child_started.set()
1910-
time.sleep(1)
19111910

19121911
async def main():
19131912
loop = asyncio.get_running_loop()

0 commit comments

Comments
 (0)