summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_asyncio/test_unix_events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py
index 092edb2..309a1cf 100644
--- a/Lib/test/test_asyncio/test_unix_events.py
+++ b/Lib/test/test_asyncio/test_unix_events.py
@@ -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()