]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Mar 2019 07:54:32 +0000 (00:54 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2019 07:54:32 +0000 (00:54 -0700)
(cherry picked from commit 40b6907b377cfc8c4743007894364ac8c5a1c113)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/_test_multiprocessing.py

index 821bfa17830410637dce89f431175f4dd7eb8ae7..fb65e5e1aba55675621084c7e89703c11d672590 100644 (file)
@@ -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')