Skip to content

Commit de04089

Browse files
Apply suggestion from @serhiy-storchaka
1 parent cae80b9 commit de04089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/windows_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
PIPE = subprocess.PIPE
2424
STDOUT = subprocess.STDOUT
2525
_mmap_counter = itertools.count()
26-
_MAX_PIPE_ATTEMPTS = 100
26+
_MAX_PIPE_ATTEMPTS = 20
2727

2828

2929
# Replacement for os.pipe() using handles instead of fds

0 commit comments

Comments
 (0)