Skip to content

Commit 619cadc

Browse files
GH-98219: reduce sleep time in asyncio subprocess test (#99464)
1 parent f630027 commit 619cadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/test_subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_kill(self):
185185

186186
def test_kill_issue43884(self):
187187
if sys.platform == 'win32':
188-
blocking_shell_command = f'{sys.executable} -c "import time; time.sleep(100000000)"'
188+
blocking_shell_command = f'{sys.executable} -c "import time; time.sleep(2)"'
189189
else:
190190
blocking_shell_command = 'sleep 1; sleep 1'
191191
creationflags = 0

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy