Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/db btree_weird_page_split: set timeout to 900...



details:   https://anonhg.NetBSD.org/src/rev/d68d3219cf37
branches:  trunk
changeset: 745784:d68d3219cf37
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 12 14:03:42 2020 +0000

description:
btree_weird_page_split: set timeout to 900s, now my landisk tests have
a chance to complete this one.

diffstat:

 tests/lib/libc/db/t_db.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 67bf16a4784d -r d68d3219cf37 tests/lib/libc/db/t_db.sh
--- a/tests/lib/libc/db/t_db.sh Thu Mar 12 13:01:59 2020 +0000
+++ b/tests/lib/libc/db/t_db.sh Thu Mar 12 14:03:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_db.sh,v 1.7 2016/09/24 20:12:33 christos Exp $
+# $NetBSD: t_db.sh,v 1.8 2020/03/12 14:03:42 martin Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -934,6 +934,7 @@
            "be the only item on the left page results in index 0 of " \
            "the right page being erroneously skipped; this only " \
            "happens with one particular key+data length for each page size."
+       atf_set "timeout" "900"
 }
 btree_weird_page_split_body()
 {



Home | Main Index | Thread Index | Old Index