]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_per_lcore.c
app/test: shorten execution time
[dpdk.git] / app / test / test_per_lcore.c
index b16449a97820841e216fa7a86b9875e29cf44f38..f452cdb071faa01dafa62e8c1fb6354f25a920cc 100644 (file)
@@ -92,8 +92,8 @@ display_vars(__attribute__((unused)) void *arg)
 static int
 test_per_lcore_delay(__attribute__((unused)) void *arg)
 {
-       rte_delay_ms(5000);
-       printf("wait 5000ms on lcore %u\n", rte_lcore_id());
+       rte_delay_ms(100);
+       printf("wait 100ms on lcore %u\n", rte_lcore_id());
 
        return 0;
 }