aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/rt-migrate-test
diff options
context:
space:
mode:
authorDaniel Wagner <dwagner@suse.de>2020-08-27 15:41:24 +0200
committerDaniel Wagner <dwagner@suse.de>2020-09-01 19:31:31 +0200
commit90d0f6b8b71902500fb168ea2c664aaa7b2ab8ea (patch)
tree6526eac3bba88abc3ec5655fc0a537aeeb4c11cb /automated/linux/rt-migrate-test
parentfd5df715f48b47887aaa74e052e62c675392c420 (diff)
rt-migrate-test: set priority to 51
The test creates per core a thread. Each thread with a higher priority than the previous one. By starting with priority 51 we make sure on a system with more than a couple of cores test is able to create all the threads with the correct priority. Signed-off-by: Daniel Wagner
Diffstat (limited to 'automated/linux/rt-migrate-test')
-rwxr-xr-xautomated/linux/rt-migrate-test/rt-migrate-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/rt-migrate-test/rt-migrate-test.sh b/automated/linux/rt-migrate-test/rt-migrate-test.sh
index 84952fd8..b967b954 100755
--- a/automated/linux/rt-migrate-test/rt-migrate-test.sh
+++ b/automated/linux/rt-migrate-test/rt-migrate-test.sh
@@ -7,7 +7,7 @@
OUTPUT="$(pwd)/output"
LOGFILE="${OUTPUT}/rt-migrate-test.txt"
RESULT_FILE="${OUTPUT}/result.txt"
-PRIORITY="96"
+PRIORITY="51"
DURATION="1m"
BACKGROUND_CMD=""