make the timeouts a bit more generous for really slow systems
This commit is contained in:
parent
fb1591b100
commit
02b6060dda
@ -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(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"
|
||||
|
@ -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_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"
|
||||
|
Loading…
Reference in New Issue
Block a user