From 02b6060dda95ba85897ce9ee0c865c3ab2c32140 Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 22 Feb 2011 18:41:04 +0000 Subject: [PATCH] make the timeouts a bit more generous for really slow systems --- tests/fs/hfs/t_pathconvert.c | 4 ++-- tests/fs/lfs/t_pr.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fs/hfs/t_pathconvert.c b/tests/fs/hfs/t_pathconvert.c index 9d4e36bbc354..6838b753805b 100644 --- a/tests/fs/hfs/t_pathconvert.c +++ b/tests/fs/hfs/t_pathconvert.c @@ -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 #include @@ -24,7 +24,7 @@ ATF_TC(colonslash); 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 --git a/tests/fs/lfs/t_pr.c b/tests/fs/lfs/t_pr.c index a35dfd48c3ab..97cb1dbbbf77 100644 --- a/tests/fs/lfs/t_pr.c +++ b/tests/fs/lfs/t_pr.c @@ -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 #include @@ -24,7 +24,7 @@ ATF_TC_HEAD(mknod, tc) { 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"