Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/c++ Bump timeout.



details:   https://anonhg.NetBSD.org/src/rev/de3c445ffe8c
branches:  trunk
changeset: 365973:de3c445ffe8c
user:      rin <rin%NetBSD.org@localhost>
date:      Sat May 07 05:14:09 2022 +0000

description:
Bump timeout.

diffstat:

 tests/usr.bin/c++/t_call_once2.sh |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (80 lines):

diff -r f64708325a25 -r de3c445ffe8c tests/usr.bin/c++/t_call_once2.sh
--- a/tests/usr.bin/c++/t_call_once2.sh Sat May 07 05:13:17 2022 +0000
+++ b/tests/usr.bin/c++/t_call_once2.sh Sat May 07 05:14:09 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_call_once2.sh,v 1.3 2021/09/04 05:47:31 rin Exp $
+#      $NetBSD: t_call_once2.sh,v 1.4 2022/05/07 05:14:09 rin Exp $
 #
 # Copyright (c) 2018 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -29,60 +29,70 @@
 call_once2_head() {
        atf_set "descr" "compile and run std::call_once"
        atf_set "require.progs" "c++"
+       atf_set "timeout" "600"
 }
 
 atf_test_case call_once2_profile
 call_once2_profile_head() {
        atf_set "descr" "compile and run std::call_once with profiling option"
        atf_set "require.progs" "c++"
+       atf_set "timeout" "600"
 }
 
 atf_test_case call_once2_pic
 call_once2_pic_head() {
        atf_set "descr" "compile and run PIC std::call_once"
        atf_set "require.progs" "c++"
+       atf_set "timeout" "600"
 }
 
 atf_test_case call_once2_pic_32
 call_once2_pic_32_head() {
        atf_set "descr" "compile and run 32-bit PIC std::call_once"
        atf_set "require.progs" "c++"
+       atf_set "timeout" "600"
 }
 
 atf_test_case call_once2_pic_profile
 call_once2_pic_profile_head() {
        atf_set "descr" "compile and run PIC std::call_once with profiling flag"
        atf_set "require.progs" "c++"
+       atf_set "timeout" "600"
 }
 
 atf_test_case call_once2_pic_profile_32
 call_once2_pic_profile_32_head() {
        atf_set "descr" "compile and run 32-bit PIC std::call_once with profiling flag"
        atf_set "require.progs" "c++"
+       atf_set "timeout" "600"
 }
 
 atf_test_case call_once2_profile_32
 call_once2_profile_32_head() {
        atf_set "descr" "compile and run 32-bit std::call_once with profiling flag"
        atf_set "require.progs" "c++"
+       atf_set "timeout" "600"
 }
 
 atf_test_case call_once2_pie
 call_once2_pie_head() {
        atf_set "descr" "compile and run position independent (PIE) std::call_once"
        atf_set "require.progs" "c++"
+       atf_set "timeout" "600"
 }
 
 atf_test_case call_once2_32
 call_once2_32_head() {
        atf_set "descr" "compile and run std::call_once for/in netbsd32 emulation"
        atf_set "require.progs" "c++ file diff cat"
+       atf_set "timeout" "600"
 }
 
 atf_test_case call_once2_static
 call_once2_static_head() {
        atf_set "descr" "compile and run std::call_once with static flag"
        atf_set "require.progs" "c++"
+       atf_set "timeout" "600"
 }
 
 call_once2_body() {



Home | Main Index | Thread Index | Old Index