[Devel] [PATCH vz10] selftests: kmod: add a settings file with a longer timeout
Eva Kurchatova
eva.kurchatova at virtuozzo.com
Tue Sep 1 02:50:06 MSK 2026
The kmod tests ship no settings file, so the runner applies its default
of 45 seconds per test, and kmod.sh runs longer than that:
not ok 1 selftests: kmod: kmod.sh # TIMEOUT 45 seconds
Add a settings file asking for 300 seconds. Upstream ships no settings
file for kmod, and the value reflects the speed of the machine rather
than anything about the kernel, so it stays in this tree.
https://virtuozzo.atlassian.net/browse/VSTOR-139676
Feature: fix vz selftests
Signed-off-by: Eva Kurchatova <eva.kurchatova at virtuozzo.com>
---
tools/testing/selftests/kmod/settings | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/kmod/settings
diff --git a/tools/testing/selftests/kmod/settings b/tools/testing/selftests/kmod/settings
new file mode 100644
index 000000000000..694d70710ff0
--- /dev/null
+++ b/tools/testing/selftests/kmod/settings
@@ -0,0 +1 @@
+timeout=300
--
2.55.0
More information about the Devel
mailing list