mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
GH-98219: reduce sleep time in asyncio
subprocess test (GH-99464)
(cherry picked from commit 619cadcda6
)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
parent
b189f429b2
commit
e1e8a15abf
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ class SubprocessMixin:
|
|||
|
||||
def test_kill_issue43884(self):
|
||||
if sys.platform == 'win32':
|
||||
blocking_shell_command = f'{sys.executable} -c "import time; time.sleep(100000000)"'
|
||||
blocking_shell_command = f'{sys.executable} -c "import time; time.sleep(2)"'
|
||||
else:
|
||||
blocking_shell_command = 'sleep 1; sleep 1'
|
||||
creationflags = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue