main/gnutls: raise test timeout

This commit is contained in:
psykose 2023-05-15 10:00:49 +00:00
parent 71d49c4fab
commit bf1b83b07c

View File

@ -69,6 +69,8 @@ build() {
}
check() {
# millis, 100s
export GNUTLS_TEST_TIMEOUT=100000
make check || {
cat tests/test-suite.log
return 1