Commit da1c4782ac for openssl.org
commit da1c4782ac7ef432de9cc99c26f75e1637269abd
Author: Tomas Mraz <tomas@openssl.foundation>
Date: Mon Sep 14 11:49:38 2026 +0200
coveralls.yml: Do not timeoout in tests
The new test watchdog will kill the evp_test
computing the SLH-DSA signature generation tests
in Coverage CI as these take extremely long time
to compute.
Disable the watchdog.
Reviewed-by: Matt Caswell <matt@openssl.foundation>
Reviewed-by: Daniel Kubec <kubec@openssl.foundation>
Merge-date: Mon Sep 14 09:56:08 2026
Merged-from: https://github.com/openssl/openssl/pull/32822
diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml
index 195b779989..181445b09d 100644
--- a/.github/workflows/coveralls.yml
+++ b/.github/workflows/coveralls.yml
@@ -111,7 +111,7 @@ jobs:
cat /proc/cpuinfo
./util/opensslwrap.sh version -c
- name: make test
- run: make test TESTS='-test_external_krb5' EVP_TEST_EXTENDED=1
+ run: make test TESTS='-test_external_krb5' EVP_TEST_EXTENDED=1 OPENSSL_TEST_TIMEOUT=0
- name: generate coverage info
run: lcov -d . -c
--exclude "${PWD}/test/*"