Skip to content

Commit

Permalink
Double UnixAsanBuild timeout (20 to 40 min) (#312)
Browse files Browse the repository at this point in the history
Recent AMD64 Arch Linux Asan 3.x failure:

    (...)
    test_fork (test.test_multiprocessing_fork.WithProcessesTestQueue) ... ok
    Timeout (0:15:00)!
    (...)
  • Loading branch information
vstinner committed Feb 3, 2022
1 parent 4507af6 commit 5a37411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/custom/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ class UnixAsanBuild(UnixBuild):
# These tests are currently raising false positives or are interfering with the ASAN mechanism,
# so we need to skip them unfortunately.
testFlags = ("-j1 -x test_ctypes test_capi test_crypt test_decimal test_faulthandler test_interpreters")
# Sometimes test_multiprocessing_fork times out after 15 minutes
test_timeout = TEST_TIMEOUT * 2


class UnixAsanDebugBuild(UnixAsanBuild):
Expand Down

0 comments on commit 5a37411

Please sign in to comment.