Skip to content

Commit 1b28cfd

Browse files
committed
CI: tweak cirrus.yml to prevent OOM and timeout w sanitizer/valgrind
1 parent 01dfb69 commit 1b28cfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,11 @@ task:
288288

289289
# Sanitizers
290290
task:
291+
timeout_in: 120m
291292
container:
292293
dockerfile: ci/linux-debian.Dockerfile
293294
cpu: 1
294-
memory: 1G
295+
memory: 2G
295296
env:
296297
ECDH: yes
297298
RECOVERY: yes
@@ -310,7 +311,7 @@ task:
310311
env:
311312
# The `--error-exitcode` is required to make the test fail if valgrind found errors, otherwise it'll return 0 (https://www.valgrind.org/docs/manual/manual-core.html)
312313
WRAPPER_CMD: "valgrind --error-exitcode=42"
313-
TEST_ITERS: 16
314+
TEST_ITERS: 8
314315
- name: "UBSan, ASan, LSan"
315316
env:
316317
CFLAGS: "-fsanitize=undefined,address"

0 commit comments

Comments
 (0)