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 Double the timeout for sentev_basic to...
details: https://anonhg.NetBSD.org/src/rev/e34da238cd0d
branches: trunk
changeset: 336363:e34da238cd0d
user: martin <martin%NetBSD.org@localhost>
date: Fri Feb 27 08:55:35 2015 +0000
description:
Double the timeout for sentev_basic to 600 seconds to make it work on
slower machines.
diffstat:
tests/lib/libc/stdlib/t_getenv.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ee7b61602789 -r e34da238cd0d tests/lib/libc/stdlib/t_getenv.c
--- a/tests/lib/libc/stdlib/t_getenv.c Fri Feb 27 08:30:30 2015 +0000
+++ b/tests/lib/libc/stdlib/t_getenv.c Fri Feb 27 08:55:35 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_getenv.c,v 1.2 2011/07/15 13:54:31 jruoho Exp $ */
+/* $NetBSD: t_getenv.c,v 1.3 2015/02/27 08:55:35 martin Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_getenv.c,v 1.2 2011/07/15 13:54:31 jruoho Exp $");
+__RCSID("$NetBSD: t_getenv.c,v 1.3 2015/02/27 08:55:35 martin Exp $");
#include <atf-c.h>
#include <errno.h>
@@ -120,7 +120,7 @@
{
atf_tc_set_md_var(tc, "descr",
"Test setenv(3), getenv(3), unsetenv(3)");
- atf_tc_set_md_var(tc, "timeout", "300");
+ atf_tc_set_md_var(tc, "timeout", "600");
}
ATF_TC_BODY(setenv_basic, tc)
Home |
Main Index |
Thread Index |
Old Index