test/event: run autotests for shorter times

Change-Id: I1e70e15236b123608972fab00fddd1d157134a8a
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-02-01 10:15:07 -07:00
parent 1d3edefbcf
commit 0a701f3a1c

View File

@ -5,8 +5,8 @@ rootdir=$testdir/../../..
source $rootdir/scripts/autotest_common.sh
timing_enter event
$testdir/event_perf/event_perf -m 0xF -t 5
$testdir/event_perf/event_perf -m 0xF -t 1
$testdir/reactor/reactor -t 1
$testdir/reactor_perf/reactor_perf -t 5
$testdir/reactor_perf/reactor_perf -t 1
$testdir/subsystem/subsystem_ut
timing_exit event