From 4aecc57555b145d4a4ce27e7d818d7122b87f105 Mon Sep 17 00:00:00 2001 From: Alexander Gololobov Date: Mon, 2 Dec 2024 12:58:34 +0100 Subject: [PATCH] Increase cpu time limit in sanitizer builds --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a165be799c0..03c20325f1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.