stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/mqueue: Set timeout to 100 seconds
@ 2024-02-08 21:29 SeongJae Park
  2024-02-09 10:30 ` Mohamed Abuelfotoh, Hazem
  0 siblings, 1 reply; 9+ messages in thread
From: SeongJae Park @ 2024-02-08 21:29 UTC (permalink / raw)
  To: shuah; +Cc: keescook, linux-kselftest, linux-kernel, SeongJae Park, stable

While mq_perf_tests runs with the default kselftest timeout limit, which
is 45 seconds, the test takes about 60 seconds to complete on i3.metal
AWS instances.  Hence, the test always times out.  Increase the timeout
to 100 seconds.

Fixes: 852c8cbf34d3 ("selftests/kselftest/runner.sh: Add 45 second timeout per test")
Cc: <stable@vger.kernel.org> # 5.4.x
Signed-off-by: SeongJae Park <sj@kernel.org>
---
 tools/testing/selftests/mqueue/setting | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/mqueue/setting

diff --git a/tools/testing/selftests/mqueue/setting b/tools/testing/selftests/mqueue/setting
new file mode 100644
index 000000000000..54dc12287839
--- /dev/null
+++ b/tools/testing/selftests/mqueue/setting
@@ -0,0 +1 @@
+timeout=100
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-19 23:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 21:29 [PATCH] selftests/mqueue: Set timeout to 100 seconds SeongJae Park
2024-02-09 10:30 ` Mohamed Abuelfotoh, Hazem
2024-02-09 17:42   ` SeongJae Park
2024-02-15  1:13     ` SeongJae Park
2024-02-17  0:01       ` Kees Cook
2024-02-17  0:31         ` SeongJae Park
2024-02-19 14:01           ` Mohamed Abuelfotoh, Hazem
2024-02-19 23:54             ` SeongJae Park
2024-02-19 15:06         ` Mohamed Abuelfotoh, Hazem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).