Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/lfs double the timeout for slow hosts (from 1 to 2 ...



details:   https://anonhg.NetBSD.org/src/rev/d48d6457e40a
branches:  trunk
changeset: 758794:d48d6457e40a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Nov 15 21:29:39 2010 +0000

description:
double the timeout for slow hosts (from 1 to 2 seconds)

diffstat:

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

diffs (18 lines):

diff -r 1ccfd8209103 -r d48d6457e40a tests/fs/lfs/t_pr.c
--- a/tests/fs/lfs/t_pr.c       Mon Nov 15 21:29:21 2010 +0000
+++ b/tests/fs/lfs/t_pr.c       Mon Nov 15 21:29:39 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_pr.c,v 1.4 2010/11/07 17:51:17 jmmv Exp $    */
+/*     $NetBSD: t_pr.c,v 1.5 2010/11/15 21:29:39 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", "1");
+       atf_tc_set_md_var(tc, "timeout", "2");
 }
 
 #define IMGNAME "disk.img"



Home | Main Index | Thread Index | Old Index