test/timer: reduce duration for race condition case
authorJananee Parthasarathy <jananeex.m.parthasarathy@intel.com>
Sat, 22 Sep 2018 08:57:17 +0000 (09:57 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Oct 2018 02:40:52 +0000 (03:40 +0100)
Reduced test duration for timer_racecond unit test.
This wil help to receive quicker test results.

Signed-off-by: Jananee Parthasarathy <jananeex.m.parthasarathy@intel.com>
test/test/test_timer_racecond.c

index 5e08f06..d29048e 100644 (file)
@@ -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];