Skip to content

Commit f6d9f02

Browse files
committed
CI: tweak cirrus.yml to prevent OOM and timeout w sanitizer/valgrind
1 parent 59d17ab commit f6d9f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ task:
291291
container:
292292
dockerfile: ci/linux-debian.Dockerfile
293293
cpu: 1
294-
memory: 1G
294+
memory: 2G
295295
env:
296296
ECDH: yes
297297
RECOVERY: yes
@@ -310,7 +310,7 @@ task:
310310
env:
311311
# 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)
312312
WRAPPER_CMD: "valgrind --error-exitcode=42"
313-
TEST_ITERS: 16
313+
TEST_ITERS: 8
314314
- name: "UBSan, ASan, LSan"
315315
env:
316316
CFLAGS: "-fsanitize=undefined,address"

0 commit comments

Comments
 (0)