Skip to content

Commit

Permalink
fix description, the time slice is 100 ms
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <axelheider@gmx.de>
  • Loading branch information
axel-h authored and Indanz committed Nov 10, 2023
1 parent ed4fb5a commit ab91891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sel4test-tests/src/tests/scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ sched0011_helper(void)
int test_scheduler_accuracy(env_t env)
{
/*
* Start a thread with a 1s timeslice at our priority, and make sure it
* Start a thread with a 100ms timeslice at our priority, and make sure it
* runs for that long
*/
helper_thread_t helper;
Expand Down

0 comments on commit ab91891

Please sign in to comment.