summaryrefslogtreecommitdiff
path: root/testsuites/validation/tr-event-mgr-model-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tr-event-mgr-model-1.c')
-rw-r--r--testsuites/validation/tr-event-mgr-model-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tr-event-mgr-model-1.c b/testsuites/validation/tr-event-mgr-model-1.c
index 757341361f..fa3c62c2c1 100644
--- a/testsuites/validation/tr-event-mgr-model-1.c
+++ b/testsuites/validation/tr-event-mgr-model-1.c
@@ -246,7 +246,7 @@ static void RtemsModelEventsMgr_Setup1(
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( &WorkerConfig1, &ctx->worker_id );
T_log( T_NORMAL, "Construct Worker, sc = %x", sc );