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.
This commit is contained in:
parent
13aff34b56
commit
1c0f72e4dd
@ -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 @@ kqueue_body() {
|
||||
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 @@ poll_body() {
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user