From 5f9fe92a9b0a9ad25e4825553f6df7cbd4cb720f Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Fri, 19 Aug 2016 10:34:06 -0700 Subject: [PATCH] test/ioat: shorten test times to 1 second Change-Id: I1eb513446b80681c801d4e9588e670cbd2e4b5a2 Signed-off-by: Daniel Verkamp --- test/lib/ioat/ioat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/ioat/ioat.sh b/test/lib/ioat/ioat.sh index d88fbd161..3813b00d6 100755 --- a/test/lib/ioat/ioat.sh +++ b/test/lib/ioat/ioat.sh @@ -13,11 +13,11 @@ $valgrind $testdir/unit/ioat_ut timing_exit unit timing_enter perf -$rootdir/examples/ioat/perf/perf +$rootdir/examples/ioat/perf/perf -t 1 timing_exit perf timing_enter verify -$rootdir/examples/ioat/verify/verify +$rootdir/examples/ioat/verify/verify -t 1 timing_exit verify timing_exit ioat