From: SeongJae Park Date: Tue, 20 Feb 2024 00:08:02 +0000 (-0800) Subject: selftests/mqueue: Set timeout to 180 seconds X-Git-Tag: v6.9-rc1~224^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85506aca2eb4ea41223c91c5fe25125953c19b13;p=thirdparty%2Fkernel%2Flinux.git 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: # 5.4.x Signed-off-by: SeongJae Park Reviewed-by: Kees Cook Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/mqueue/setting b/tools/testing/selftests/mqueue/setting new file mode 100644 index 0000000000000..a953c96aa16e1 --- /dev/null +++ b/tools/testing/selftests/mqueue/setting @@ -0,0 +1 @@ +timeout=180