Module Name: src
Committed By: martin
Date: Thu Mar 12 14:03:43 UTC 2020
Modified Files:
src/tests/lib/libc/db: t_db.sh
Log Message:
btree_weird_page_split: set timeout to 900s, now my landisk tests have
a chance to complete this one.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/db/t_db.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/db/t_db.sh
diff -u src/tests/lib/libc/db/t_db.sh:1.7 src/tests/lib/libc/db/t_db.sh:1.8
--- src/tests/lib/libc/db/t_db.sh:1.7 Sat Sep 24 20:12:33 2016
+++ src/tests/lib/libc/db/t_db.sh Thu Mar 12 14:03:42 2020
@@ -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 @@ btree_weird_page_split_head()
"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()
{