We found that on some KVM instances and bare-metal systems, the following cgroup selftests take longer than the kselftest framework's default timeout of 45 seconds to complete. As a result, they are being terminated with a TIMEOUT error:
* selftests: cgroup: test_cpu # TIMEOUT at 45 seconds * selftests: cgroup: test_kmem # TIMEOUT at 45 seconds
This commit increases the timeout for these tests to ensure they have enough time to complete successfully on slower systems.
Signed-off-by: Naresh Kamboju naresh.kamboju@linaro.org --- tools/testing/selftests/cgroup/settings | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/cgroup/settings
diff --git a/tools/testing/selftests/cgroup/settings b/tools/testing/selftests/cgroup/settings new file mode 100644 index 0000000000000..694d70710ff08 --- /dev/null +++ b/tools/testing/selftests/cgroup/settings @@ -0,0 +1 @@ +timeout=300