Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/stdlib Increase timeout from 30 to 300 since ...
details: https://anonhg.NetBSD.org/src/rev/145703e3c8ec
branches: trunk
changeset: 758570:145703e3c8ec
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Nov 08 23:28:41 2010 +0000
description:
Increase timeout from 30 to 300 since this test runs for a long time.
XXX1: should 2x10240 loops really be *that* slow?
XXX2: is 10240 a sensible number to begin with?
diffstat:
tests/lib/libc/stdlib/t_environment.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 6514b34a14fe -r 145703e3c8ec tests/lib/libc/stdlib/t_environment.c
--- a/tests/lib/libc/stdlib/t_environment.c Mon Nov 08 23:10:24 2010 +0000
+++ b/tests/lib/libc/stdlib/t_environment.c Mon Nov 08 23:28:41 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_environment.c,v 1.5 2010/11/03 16:09:43 christos Exp $ */
+/* $NetBSD: t_environment.c,v 1.6 2010/11/08 23:28:41 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_environment.c,v 1.5 2010/11/03 16:09:43 christos Exp $");
+__RCSID("$NetBSD: t_environment.c,v 1.6 2010/11/08 23:28:41 pooka Exp $");
#include <atf-c.h>
#include <errno.h>
@@ -54,6 +54,7 @@
{
atf_tc_set_md_var(tc, "descr",
"Test putenv(3), getenv(3), unsetenv(3)");
+ atf_tc_set_md_var(tc, "timeout", "300");
}
ATF_TC_HEAD(t_clearenv, tc)
Home |
Main Index |
Thread Index |
Old Index