summaryrefslogtreecommitdiff
path: root/testsuites/validation/tc-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-support.c')
-rw-r--r--testsuites/validation/tc-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tc-support.c b/testsuites/validation/tc-support.c
index 6b48a2d646..39078cff96 100644
--- a/testsuites/validation/tc-support.c
+++ b/testsuites/validation/tc-support.c
@@ -167,5 +167,5 @@ void RestoreRunnerMode( void )
void RestoreRunnerPriority( void )
{
- SetSelfPriority( PRIO_ULTRA_HIGH );
+ SetSelfPriority( 1 );
}