From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jananee Parthasarathy Subject: [PATCH] test: reduce duration for timer racecond testcase Date: Sat, 22 Sep 2018 09:57:17 +0100 Message-ID: <1537606637-14211-1-git-send-email-jananeex.m.parthasarathy@intel.com> Cc: reshma.pattan@intel.com, Jananee Parthasarathy To: dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 261C127D for ; Sat, 22 Sep 2018 10:58:01 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Reduced test duration for timer_racecond unit test. This wil help to receive quicker test results. Signed-off-by: Jananee Parthasarathy --- test/test/test_timer_racecond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test/test_timer_racecond.c b/test/test/test_timer_racecond.c index 5e08f06be..d29048eaf 100644 --- a/test/test/test_timer_racecond.c +++ b/test/test/test_timer_racecond.c @@ -54,7 +54,7 @@ #define BILLION (1UL << 30) -#define TEST_DURATION_S 20 /* in seconds */ +#define TEST_DURATION_S 4 /* in seconds */ #define N_TIMERS 50 static struct rte_timer timer[N_TIMERS]; -- 2.13.6