We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4507af6 commit 5a37411Copy full SHA for 5a37411
master/custom/factories.py
@@ -239,6 +239,8 @@ class UnixAsanBuild(UnixBuild):
239
# These tests are currently raising false positives or are interfering with the ASAN mechanism,
240
# so we need to skip them unfortunately.
241
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
244
245
246
class UnixAsanDebugBuild(UnixAsanBuild):
0 commit comments