Skip to content

Commit 492d3ff

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
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
@@ -318,7 +318,7 @@ task:
318318
UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1"
319319
ASAN_OPTIONS: "strict_string_checks=1:detect_stack_use_after_return=1:detect_leaks=1"
320320
LSAN_OPTIONS: "use_unaligned=1"
321-
TEST_ITERS: 32
321+
TEST_ITERS: 16
322322
# Try to cover many configurations with just a tiny matrix.
323323
matrix:
324324
- env:

0 commit comments

Comments
 (0)