summaryrefslogtreecommitdiff
path: root/testsuites/validation/tr-event-mgr-model-5.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tr-event-mgr-model-5.c')
-rw-r--r--testsuites/validation/tr-event-mgr-model-5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tr-event-mgr-model-5.c b/testsuites/validation/tr-event-mgr-model-5.c
index f5dcf6959f..62682262c2 100644
--- a/testsuites/validation/tr-event-mgr-model-5.c
+++ b/testsuites/validation/tr-event-mgr-model-5.c
@@ -267,7 +267,7 @@ static void RtemsModelEventsMgr_Setup5(
prio = 0;
sc = rtems_task_set_priority( RTEMS_SELF, PRIO_NORMAL, &prio );
T_rsc_success( sc );
- T_eq_u32( prio, PRIO_HIGH );
+ T_eq_u32( prio, PRIO_DEFAULT );
sc = rtems_task_construct( &WorkerConfig5, &ctx->worker_id );
T_log( T_NORMAL, "Construct Worker, sc = %x", sc );