From e1111eb7b083f249e75ddcace3d8f9f45e522dd7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 May 2021 08:45:13 +0200 Subject: testsuites/validation/tx-support.c --- testsuites/validation/tx-support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/validation/tx-support.c b/testsuites/validation/tx-support.c index 6a65055b19..2601e46f16 100644 --- a/testsuites/validation/tx-support.c +++ b/testsuites/validation/tx-support.c @@ -302,7 +302,7 @@ void RestoreRunnerMode( void ) void RestoreRunnerPriority( void ) { - SetSelfPriority( PRIO_ULTRA_HIGH ); + SetSelfPriority( 1 ); } Thread_Control *GetThread( rtems_id id ) -- cgit v1.2.3