From ca33f9cb9d6d1aced0f5ff006a0260b8d551e91c Mon Sep 17 00:00:00 2001 From: Jananee Parthasarathy Date: Sat, 22 Sep 2018 09:57:17 +0100 Subject: [PATCH] test/timer: reduce duration for race condition case 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 5e08f06bed..d29048eaf1 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.20.1