Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/rump/rumpkern Starting with Rev. 1.191 of kern/subr_po...
details: https://anonhg.NetBSD.org/src/rev/9d12813fbd96
branches: trunk
changeset: 778132:9d12813fbd96
user: hannken <hannken%NetBSD.org@localhost>
date: Sat Mar 17 18:00:28 2012 +0000
description:
Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive
for at least 10 seconds before it can be reclaimed.
Change the uvmwait test timeout from 10 to 30 seconds so it has a chance
to reclaim memory and succeed.
diffstat:
tests/rump/rumpkern/t_vm.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cadc351d52ca -r 9d12813fbd96 tests/rump/rumpkern/t_vm.c
--- a/tests/rump/rumpkern/t_vm.c Sat Mar 17 17:59:58 2012 +0000
+++ b/tests/rump/rumpkern/t_vm.c Sat Mar 17 18:00:28 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_vm.c,v 1.2 2010/06/14 21:06:09 pooka Exp $ */
+/* $NetBSD: t_vm.c,v 1.3 2012/03/17 18:00:28 hannken Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
{
atf_tc_set_md_var(tc, "descr", "Tests that uvm_wait works");
- atf_tc_set_md_var(tc, "timeout", "10");
+ atf_tc_set_md_var(tc, "timeout", "30");
}
#define UVMWAIT_LIMIT 1024*1024
Home |
Main Index |
Thread Index |
Old Index