summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-28 18:14:42 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-29 08:01:06 +0200
commitb944b8a6a49089786b8d4bef9c24509663aff380 (patch)
tree9a34cff7d33fbcb67d0db0f6501990bf5bf57a2c
parentspec: Improve semaphore surrender (diff)
downloadrtems-central-b944b8a6a49089786b8d4bef9c24509663aff380.tar.bz2
spec: Improve thread queue enqueue FIFO test
-rw-r--r--spec/score/tq/req/enqueue-fifo.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/score/tq/req/enqueue-fifo.yml b/spec/score/tq/req/enqueue-fifo.yml
index 8c95217b..9234f798 100644
--- a/spec/score/tq/req/enqueue-fifo.yml
+++ b/spec/score/tq/req/enqueue-fifo.yml
@@ -86,9 +86,9 @@ test-prepare: null
test-setup:
brief: null
code: |
- TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_A, PRIO_ULTRA_HIGH );
+ TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_A, PRIO_HIGH );
TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_B, PRIO_VERY_HIGH );
- TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_C, PRIO_HIGH );
+ TQSetPriority( ctx->tq_ctx, TQ_BLOCKER_C, PRIO_ULTRA_HIGH );
description: null
test-stop: null
test-support: |