Commit 40b6907b authored by Pablo Galindo's avatar Pablo Galindo Committed by Victor Stinner

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

parent 97f5de01
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment