Increase cpu time limit in sanitizer builds

This commit is contained in:
Alexander Gololobov 2024-12-02 12:58:34 +01:00 committed by GitHub
parent 499a39c614
commit 4aecc57555
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ if (ENABLE_CHECK_HEAVY_BUILDS)
# Twice as large
set (RLIMIT_DATA 10000000000)
set (RLIMIT_AS 20000000000)
set (RLIMIT_CPU 2000)
endif()
# For some files currently building RISCV64/LOONGARCH64 might be too slow.