mirror of https://github.com/python/cpython
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
This commit is contained in:
parent
97f5de01ad
commit
40b6907b37
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue