Skip to content

Commit c850856

Browse files
Set priority to normal to start with
1 parent 2871306 commit c850856

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/tests/util/ThreadPriority.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ namespace util {
3030

3131
SCENARIO("ThreadPriority sets and restores thread priority levels") {
3232

33+
set_current_thread_priority(PriorityLevel::NORMAL); // Set initially to normal
3334
PriorityLevel initial = get_current_thread_priority();
3435
GIVEN("A thread with initially " << initial << " priority") {
3536

0 commit comments

Comments
 (0)