Skip to content

Commit

Permalink
selftests/mqueue: Set timeout to 180 seconds
Browse files Browse the repository at this point in the history
[ Upstream commit 85506ac ]

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 180 seconds.

Fixes: 852c8cb ("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>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
sjp38 authored and gregkh committed Apr 3, 2024
1 parent 0c2cf51 commit 66a1297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/mqueue/setting
@@ -0,0 +1 @@
timeout=180

0 comments on commit 66a1297

Please sign in to comment.