Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/kernel another long-running test, so give it some buffer
details: https://anonhg.NetBSD.org/src/rev/fe0e7636fcfe
branches: trunk
changeset: 758568:fe0e7636fcfe
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Nov 08 21:38:13 2010 +0000
description:
another long-running test, so give it some buffer
diffstat:
tests/kernel/t_time.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r dfcd9617fe28 -r fe0e7636fcfe tests/kernel/t_time.c
--- a/tests/kernel/t_time.c Mon Nov 08 19:59:20 2010 +0000
+++ b/tests/kernel/t_time.c Mon Nov 08 21:38:13 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_time.c,v 1.1 2009/02/20 21:39:57 jmmv Exp $ */
+/* $NetBSD: t_time.c,v 1.2 2010/11/08 21:38:13 pooka Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2008\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_time.c,v 1.1 2009/02/20 21:39:57 jmmv Exp $");
+__RCSID("$NetBSD: t_time.c,v 1.2 2010/11/08 21:38:13 pooka Exp $");
#include <sys/param.h>
#include <sys/sysctl.h>
@@ -154,6 +154,7 @@
atf_tc_set_md_var(tc, "require.user", "root");
atf_tc_set_md_var(tc, "descr",
"Checks the monotonicity of the CLOCK_REALTIME implementation");
+ atf_tc_set_md_var(tc, "timeout", "300");
}
ATF_TC_BODY(time, tc)
{
Home |
Main Index |
Thread Index |
Old Index