diff options
| author | martin <martin@NetBSD.org> | 2022-06-10 05:59:12 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2022-06-10 05:59:12 +0000 |
| commit | 9321571fdd06ccc7dab3c69f48fb768c0fe3c50e (patch) | |
| tree | b8dda245a24393122c53218da9710464049bcd2b /tests/crypto | |
| parent | 410116bb6238fc178f6a22a0e47f9bb1c6cc364f (diff) | |
PR 56875: Bump timeout for the bignumber test to 2h, as suggested
by Tom Lane to give slower architectures a chance to complete it.
Diffstat (limited to 'tests/crypto')
| -rw-r--r-- | tests/crypto/libcrypto/t_libcrypto.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/crypto/libcrypto/t_libcrypto.sh b/tests/crypto/libcrypto/t_libcrypto.sh index 26c46fb8387..828a61b380c 100644 --- a/tests/crypto/libcrypto/t_libcrypto.sh +++ b/tests/crypto/libcrypto/t_libcrypto.sh @@ -1,4 +1,4 @@ -# $NetBSD: t_libcrypto.sh,v 1.7 2020/04/11 16:55:33 gson Exp $ +# $NetBSD: t_libcrypto.sh,v 1.8 2022/06/10 05:59:12 martin Exp $ # # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc. # All rights reserved. @@ -39,7 +39,7 @@ atf_test_case bn bn_head() { atf_set "descr" "Checks BIGNUM library" - atf_set "timeout" "720" + atf_set "timeout" "7200" } bn_body() { |
