Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libevent Revert previous. The atf default timeout...



details:   https://anonhg.NetBSD.org/src/rev/76f19fde12e8
branches:  trunk
changeset: 759120:76f19fde12e8
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Nov 29 18:21:15 2010 +0000

description:
Revert previous.  The atf default timeout has been reverted, and the 90sec
timer I imposed here is still sometimes "not quite long enough" for the
tests to complete in an amd64 qemu/anita environment.

diffstat:

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

diffs (33 lines):

diff -r 6d8cef95edc8 -r 76f19fde12e8 tests/lib/libevent/t_event.sh
--- a/tests/lib/libevent/t_event.sh     Mon Nov 29 16:16:27 2010 +0000
+++ b/tests/lib/libevent/t_event.sh     Mon Nov 29 18:21:15 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_event.sh,v 1.2 2010/11/11 22:18:53 pgoyette Exp $
+# $NetBSD: t_event.sh,v 1.3 2010/11/29 18:21:15 pgoyette Exp $
 #
 # Copyright (c) 2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -35,7 +35,6 @@
 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 \
@@ -45,7 +44,6 @@
 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 \
@@ -55,7 +53,6 @@
 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