Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
(cherry picked from commit 40b6907b37
)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
parent
00eb97b4a7
commit
fdd82338a3
|
@ -65,7 +65,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