summaryrefslogtreecommitdiff
path: root/testsuites/validation/tx-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tx-support.c')
-rw-r--r--testsuites/validation/tx-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tx-support.c b/testsuites/validation/tx-support.c
index 80be672c44..c8fc90f501 100644
--- a/testsuites/validation/tx-support.c
+++ b/testsuites/validation/tx-support.c
@@ -196,7 +196,7 @@ void RestoreRunnerMode( void )
void RestoreRunnerPriority( void )
{
- SetSelfPriority( PRIO_ULTRA_HIGH );
+ SetSelfPriority( 1 );
}
Thread_Control *GetThread( rtems_id id )