Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libpthread Bump timeout for slow machines.
details: https://anonhg.NetBSD.org/src/rev/f64708325a25
branches: trunk
changeset: 365972:f64708325a25
user: rin <rin%NetBSD.org@localhost>
date: Sat May 07 05:13:17 2022 +0000
description:
Bump timeout for slow machines.
diffstat:
tests/lib/libpthread/t_mutex.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r fb26352495e2 -r f64708325a25 tests/lib/libpthread/t_mutex.c
--- a/tests/lib/libpthread/t_mutex.c Sat May 07 05:08:16 2022 +0000
+++ b/tests/lib/libpthread/t_mutex.c Sat May 07 05:13:17 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_mutex.c,v 1.19 2017/12/01 13:25:29 kre Exp $ */
+/* $NetBSD: t_mutex.c,v 1.20 2022/05/07 05:13:17 rin Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2008\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_mutex.c,v 1.19 2017/12/01 13:25:29 kre Exp $");
+__RCSID("$NetBSD: t_mutex.c,v 1.20 2022/05/07 05:13:17 rin Exp $");
#include <sys/time.h> /* For timespecadd */
#include <inttypes.h> /* For UINT16_MAX */
@@ -148,6 +148,7 @@
ATF_TC_HEAD(mutex2, tc)
{
atf_tc_set_md_var(tc, "descr", "Checks mutexes");
+ atf_tc_set_md_var(tc, "timeout", "600");
}
ATF_TC_BODY(mutex2, tc)
{
@@ -204,6 +205,7 @@
{
atf_tc_set_md_var(tc, "descr", "Checks mutexes using a static "
"initializer");
+ atf_tc_set_md_var(tc, "timeout", "600");
}
ATF_TC_BODY(mutex3, tc)
{
Home |
Main Index |
Thread Index |
Old Index