You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cirrus.yml
+3-2
Original file line number
Diff line number
Diff line change
@@ -288,10 +288,11 @@ task:
288
288
289
289
# Sanitizers
290
290
task:
291
+
timeout_in: 120m
291
292
container:
292
293
dockerfile: ci/linux-debian.Dockerfile
293
294
cpu: 1
294
-
memory: 1G
295
+
memory: 2G
295
296
env:
296
297
ECDH: yes
297
298
RECOVERY: yes
@@ -310,7 +311,7 @@ task:
310
311
env:
311
312
# 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)
0 commit comments