Source-Changes-HG archive

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

[src/trunk]: src/tests/fs make the timeouts a bit more generous for really sl...



details:   https://anonhg.NetBSD.org/src/rev/e1fcb535f75c
branches:  trunk
changeset: 762539:e1fcb535f75c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Feb 22 18:41:04 2011 +0000

description:
make the timeouts a bit more generous for really slow systems

diffstat:

 tests/fs/hfs/t_pathconvert.c |  4 ++--
 tests/fs/lfs/t_pr.c          |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 77804cf0895f -r e1fcb535f75c tests/fs/hfs/t_pathconvert.c
--- a/tests/fs/hfs/t_pathconvert.c      Tue Feb 22 17:32:49 2011 +0000
+++ b/tests/fs/hfs/t_pathconvert.c      Tue Feb 22 18:41:04 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_pathconvert.c,v 1.1 2011/02/18 13:07:54 pooka Exp $  */
+/*     $NetBSD: t_pathconvert.c,v 1.2 2011/02/22 18:41:04 pooka Exp $  */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -24,7 +24,7 @@
 ATF_TC_HEAD(colonslash, tc)
 {
        atf_tc_set_md_var(tc, "descr", "HFS+ colons/slashes (PR kern/44523)");
-       atf_tc_set_md_var(tc, "timeout", "2");
+       atf_tc_set_md_var(tc, "timeout", "20");
 }
 
 #define IMGNAME "colon.hfs"
diff -r 77804cf0895f -r e1fcb535f75c tests/fs/lfs/t_pr.c
--- a/tests/fs/lfs/t_pr.c       Tue Feb 22 17:32:49 2011 +0000
+++ b/tests/fs/lfs/t_pr.c       Tue Feb 22 18:41:04 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_pr.c,v 1.5 2010/11/15 21:29:39 pooka Exp $   */
+/*     $NetBSD: t_pr.c,v 1.6 2011/02/22 18:41:05 pooka Exp $   */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -24,7 +24,7 @@
 {
 
        atf_tc_set_md_var(tc, "descr", "mknod(2) hangs on LFS (PR kern/43503)");
-       atf_tc_set_md_var(tc, "timeout", "2");
+       atf_tc_set_md_var(tc, "timeout", "20");
 }
 
 #define IMGNAME "disk.img"



Home | Main Index | Thread Index | Old Index