X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fqueueing-test.c;fp=common-src%2Fqueueing-test.c;h=d89a2097f3d3e605df4958ab3c5733722392e3cd;hb=fd48f3e498442f0cbff5f3606c7c403d0566150e;hp=7e78e81f1f33f051526dacc8b23df28d84b8e8b6;hpb=96f35b20267e8b1a1c846d476f27fcd330e0b018;p=debian%2Famanda diff --git a/common-src/queueing-test.c b/common-src/queueing-test.c index 7e78e81..d89a209 100644 --- a/common-src/queueing-test.c +++ b/common-src/queueing-test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Zmanda Inc. All Rights Reserved. + * Copyright (c) 2008,2009 Zmanda, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -14,7 +14,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Contact information: Zmanda Inc, 465 N Mathlida Ave, Suite 300 + * Contact information: Zmanda Inc, 465 S. Mathilda Ave., Suite 300 * Sunnyvale, CA 94085, USA, or: http://www.zmanda.com * * Author: Dustin J. Mitchell @@ -301,10 +301,10 @@ int main(int argc, char **argv) { static TestUtilsTest tests[] = { - TU_TEST(test_queue_simple_STREAMING_REQUIREMENT_NONE, 15), - TU_TEST(test_queue_simple_STREAMING_REQUIREMENT_DESIRED, 15), - TU_TEST(test_queue_simple_STREAMING_REQUIREMENT_REQUIRED, 15), - TU_TEST(test_fd_consumer_producer, 60), /* runs slowly on old kernels */ + TU_TEST(test_queue_simple_STREAMING_REQUIREMENT_NONE, 90), + TU_TEST(test_queue_simple_STREAMING_REQUIREMENT_DESIRED, 90), + TU_TEST(test_queue_simple_STREAMING_REQUIREMENT_REQUIRED, 90), + TU_TEST(test_fd_consumer_producer, 120), /* runs slowly on old kernels */ TU_END() };