Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libevent The libevent tests are fairly lengthy - e...



details:   https://anonhg.NetBSD.org/src/rev/51889128a5b9
branches:  trunk
changeset: 758636:51889128a5b9
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Nov 11 22:18:53 2010 +0000

description:
The libevent tests are fairly lengthy - each test case actually contains
about 20 or so mini-cases.  Increase the timeout for these tests to let
them run to completion.

diffstat:

 tests/lib/libevent/t_event.sh |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 724b9a3c0120 -r 51889128a5b9 tests/lib/libevent/t_event.sh
--- a/tests/lib/libevent/t_event.sh     Thu Nov 11 21:55:04 2010 +0000
+++ b/tests/lib/libevent/t_event.sh     Thu Nov 11 22:18:53 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_event.sh,v 1.1 2009/11/02 10:15:45 plunky Exp $
+# $NetBSD: t_event.sh,v 1.2 2010/11/11 22:18:53 pgoyette Exp $
 #
 # Copyright (c) 2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -35,6 +35,7 @@
 atf_test_case kqueue
 kqueue_head() {
        atf_set "descr" "Test libevent with kqueue backend"
+       atf_set "timeout" "90"
 }
 kqueue_body() {
        EVENT_NOPOLL=1 EVENT_NOSELECT=1 \
@@ -44,6 +45,7 @@
 atf_test_case poll
 poll_head() {
        atf_set "descr" "Test libevent with poll backend"
+       atf_set "timeout" "90"
 }
 poll_body() {
        EVENT_NOKQUEUE=1 EVENT_NOSELECT=1 \
@@ -53,6 +55,7 @@
 atf_test_case select
 select_head() {
        atf_set "descr" "Test libevent with select backend"
+       atf_set "timeout" "90"
 }
 select_body() {
        EVENT_NOKQUEUE=1 EVENT_NOPOLL=1 \



Home | Main Index | Thread Index | Old Index