Skip to content

Commit 4c44af4

Browse files
ci: Increase timeout for valgrind tasks
1 parent a45d0c8 commit 4c44af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ task:
293293
# 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)
294294
WRAPPER_CMD: "valgrind --error-exitcode=42"
295295
SECP256K1_TEST_ITERS: 2
296+
timeout_in: 90m
296297
- name: "UBSan, ASan, LSan"
297298
env:
298299
CFLAGS: "-fsanitize=undefined,address -g"

0 commit comments

Comments
 (0)