Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/ffs Incrase timeout for the benefit of the walk_lis...



details:   https://anonhg.NetBSD.org/src/rev/c3fd7fd27ab1
branches:  trunk
changeset: 348185:c3fd7fd27ab1
user:      gson <gson%NetBSD.org@localhost>
date:      Sat Oct 08 13:23:53 2016 +0000

description:
Incrase timeout for the benefit of the walk_list_user test case which
sometimes times out under qemu under Linux, where the timing is more
accurate than under qemu under NetBSD where the the 60 second timeout
typically takes more than 60 seconds to trigger.

diffstat:

 tests/fs/ffs/ffs_common.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5e199bbb2f0c -r c3fd7fd27ab1 tests/fs/ffs/ffs_common.sh
--- a/tests/fs/ffs/ffs_common.sh        Sat Oct 08 10:21:18 2016 +0000
+++ b/tests/fs/ffs/ffs_common.sh        Sat Oct 08 13:23:53 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ffs_common.sh,v 1.2 2013/07/29 13:15:24 skrll Exp $ 
+# $NetBSD: ffs_common.sh,v 1.3 2016/10/08 13:23:53 gson Exp $ 
 
 create_ffs()
 {
@@ -45,7 +45,7 @@
 
        eval "${name}_head() { \
                atf_set "descr" "${descr}"
-               atf_set "timeout" "60"
+               atf_set "timeout" "120"
        }"
        eval "${name}_body() { \
                RUMP_SOCKETS_LIST=\${RUMP_SOCKET}; \



Home | Main Index | Thread Index | Old Index