Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/psshfs give it more time.



details:   https://anonhg.NetBSD.org/src/rev/e552754c7012
branches:  trunk
changeset: 824120:e552754c7012
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 24 15:29:51 2017 +0000

description:
give it more time.

diffstat:

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

diffs (18 lines):

diff -r 59ff9e3582bb -r e552754c7012 tests/fs/psshfs/t_psshfs.sh
--- a/tests/fs/psshfs/t_psshfs.sh       Wed May 24 10:05:09 2017 +0000
+++ b/tests/fs/psshfs/t_psshfs.sh       Wed May 24 15:29:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_psshfs.sh,v 1.8 2016/09/05 08:53:57 christos Exp $
+# $NetBSD: t_psshfs.sh,v 1.9 2017/05/24 15:29:51 christos Exp $
 #
 # Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -267,7 +267,7 @@
        atf_set "descr" "Checks whether an empty file can be read"
        # This test is supposed to make sure psshfs does not hang
        # when reading from an empty file, hence the timeout.
-       atf_set "timeout" 8
+       atf_set "timeout" 60
 }
 read_empty_file_body() {
        require_puffs



Home | Main Index | Thread Index | Old Index