Skip to content

Commit 40b6907

Browse files
pablogsalvstinner
authored andcommitted
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
1 parent 97f5de0 commit 40b6907

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
@@ -70,7 +70,7 @@
7070
#
7171

7272
# Timeout to wait until a process completes
73-
TIMEOUT = 30.0 # seconds
73+
TIMEOUT = 60.0 # seconds
7474

7575
def latin(s):
7676
return s.encode('latin')

0 commit comments

Comments
 (0)