Skip to content

Commit fdd8233

Browse files
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
(cherry picked from commit 40b6907) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 00eb97b commit fdd8233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#
6666

6767
# Timeout to wait until a process completes
68-
TIMEOUT = 30.0 # seconds
68+
TIMEOUT = 60.0 # seconds
6969

7070
def latin(s):
7171
return s.encode('latin')

0 commit comments

Comments
 (0)