summaryrefslogtreecommitdiff
path: root/testsuites/validation/tc-event-performance.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-event-performance.c')
-rw-r--r--testsuites/validation/tc-event-performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tc-event-performance.c b/testsuites/validation/tc-event-performance.c
index 77e690d662..1baefecea5 100644
--- a/testsuites/validation/tc-event-performance.c
+++ b/testsuites/validation/tc-event-performance.c
@@ -159,7 +159,7 @@ static void RtemsEventValPerf_Setup_Context( RtemsEventValPerf_Context *ctx )
T_measure_runtime_config config;
memset( &config, 0, sizeof( config ) );
- config.sample_count = 1000;
+ config.sample_count = 100;
ctx->request.arg = ctx;
ctx->request.flags = T_MEASURE_RUNTIME_REPORT_SAMPLES;
ctx->context = T_measure_runtime_create( &config );