Skip to content

Commit 5a37411

Browse files
authored
Double UnixAsanBuild timeout (20 to 40 min) (#312)
Recent AMD64 Arch Linux Asan 3.x failure: (...) test_fork (test.test_multiprocessing_fork.WithProcessesTestQueue) ... ok Timeout (0:15:00)! (...)
1 parent 4507af6 commit 5a37411

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

master/custom/factories.py

+2
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ class UnixAsanBuild(UnixBuild):
239239
# These tests are currently raising false positives or are interfering with the ASAN mechanism,
240240
# so we need to skip them unfortunately.
241241
testFlags = ("-j1 -x test_ctypes test_capi test_crypt test_decimal test_faulthandler test_interpreters")
242+
# Sometimes test_multiprocessing_fork times out after 15 minutes
243+
test_timeout = TEST_TIMEOUT * 2
242244

243245

244246
class UnixAsanDebugBuild(UnixAsanBuild):

0 commit comments

Comments
 (0)