diff options
| author | Simon Liebold <simonlie@amazon.de> | 2026-03-12 17:02:00 +0300 |
|---|---|---|
| committer | Shuah Khan <skhan@linuxfoundation.org> | 2026-04-01 00:01:51 +0300 |
| commit | 64fac99037689020ad97e472ae898e96ea3616dc (patch) | |
| tree | 4d7eaed493f276ebbc9676f40af036fcdb28d3d8 /tools | |
| parent | 2964f6b816c25ee094df4a143eb5b8828910045f (diff) | |
| download | linux-64fac99037689020ad97e472ae898e96ea3616dc.tar.xz | |
selftests/mqueue: Fix incorrectly named file
Commit 85506aca2eb4 ("selftests/mqueue: Set timeout to 180 seconds")
intended to increase the timeout for mq_perf_tests from the default
kselftest limit of 45 seconds to 180 seconds.
Unfortunately, the file storing this information was incorrectly named
`setting` instead of `settings`, causing the kselftest runner not to
pick up the limit and keep using the default 45 seconds limit.
Fix this by renaming it to `settings` to ensure that the kselftest
runner uses the increased timeout of 180 seconds for this test.
Fixes: 85506aca2eb4 ("selftests/mqueue: Set timeout to 180 seconds")
Cc: <stable@vger.kernel.org> # 5.10.y
Signed-off-by: Simon Liebold <simonlie@amazon.de>
Link: https://lore.kernel.org/r/20260312140200.2224850-1-simonlie@amazon.de
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/testing/selftests/mqueue/settings (renamed from tools/testing/selftests/mqueue/setting) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testing/selftests/mqueue/setting b/tools/testing/selftests/mqueue/settings index a953c96aa16e..a953c96aa16e 100644 --- a/tools/testing/selftests/mqueue/setting +++ b/tools/testing/selftests/mqueue/settings |
