Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)

This commit is contained in:
Pablo Galindo 2019-03-22 07:36:56 +00:00 committed by Victor Stinner
parent 97f5de01ad
commit 40b6907b37
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ except ImportError:
#
# Timeout to wait until a process completes
TIMEOUT = 30.0 # seconds
TIMEOUT = 60.0 # seconds
def latin(s):
return s.encode('latin')