X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2Ftest_timer_racecond.c;h=d29048eaf1bfef0bb05f6ee6e7551e818e46c4b3;hb=086eb64db3;hp=7824ec4bf6191f9b76300102e5f20d44d51811ba;hpb=7d3b1ec47fae5b2d972e05d0ee37bb7a1731b085;p=dpdk.git diff --git a/test/test/test_timer_racecond.c b/test/test/test_timer_racecond.c index 7824ec4bf6..d29048eaf1 100644 --- a/test/test/test_timer_racecond.c +++ b/test/test/test_timer_racecond.c @@ -42,6 +42,7 @@ #include #include #include +#include #undef TEST_TIMER_RACECOND_VERBOSE @@ -53,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];