Module Name:    src
Committed By:   pooka
Date:           Tue Feb 22 18:41:05 UTC 2011

Modified Files:
        src/tests/fs/hfs: t_pathconvert.c
        src/tests/fs/lfs: t_pr.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/hfs/t_pathconvert.c
cvs rdiff -u -r1.5 -r1.6 src/tests/fs/lfs/t_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/hfs/t_pathconvert.c
diff -u src/tests/fs/hfs/t_pathconvert.c:1.1 src/tests/fs/hfs/t_pathconvert.c:1.2
--- src/tests/fs/hfs/t_pathconvert.c:1.1	Fri Feb 18 13:07:54 2011
+++ src/tests/fs/hfs/t_pathconvert.c	Tue Feb 22 18:41:04 2011
@@ -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"

Index: src/tests/fs/lfs/t_pr.c
diff -u src/tests/fs/lfs/t_pr.c:1.5 src/tests/fs/lfs/t_pr.c:1.6
--- src/tests/fs/lfs/t_pr.c:1.5	Mon Nov 15 21:29:39 2010
+++ src/tests/fs/lfs/t_pr.c	Tue Feb 22 18:41:05 2011
@@ -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"

Reply via email to