8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asyncio
1 parent f630027 commit 619cadcCopy full SHA for 619cadc
Lib/test/test_asyncio/test_subprocess.py
@@ -185,7 +185,7 @@ def test_kill(self):
185
186
def test_kill_issue43884(self):
187
if sys.platform == 'win32':
188
- blocking_shell_command = f'{sys.executable} -c "import time; time.sleep(100000000)"'
+ blocking_shell_command = f'{sys.executable} -c "import time; time.sleep(2)"'
189
else:
190
blocking_shell_command = 'sleep 1; sleep 1'
191
creationflags = 0
0 commit comments