diff options
author | SeongJae Park <sj@kernel.org> | 2024-02-19 16:08:02 -0800 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-02-20 17:28:19 -0700 |
commit | 85506aca2eb4ea41223c91c5fe25125953c19b13 (patch) | |
tree | e3e6db2267af8d6409bb2fb637748f79c36b55d4 /tools | |
parent | 3425a2005b291b62b6f6deeeab1156839c41cf85 (diff) |
selftests/mqueue: Set timeout to 180 seconds
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: 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>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/mqueue/setting | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/mqueue/setting b/tools/testing/selftests/mqueue/setting new file mode 100644 index 000000000000..a953c96aa16e --- /dev/null +++ b/tools/testing/selftests/mqueue/setting @@ -0,0 +1 @@ +timeout=180 |