aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/livepatch/settings
diff options
context:
space:
mode:
authorMiroslav Benes <mbenes@suse.cz>2019-10-25 13:50:41 +0200
committerJiri Kosina <jkosina@suse.cz>2019-10-25 19:59:12 +0200
commit29d968e13007e067b35d41a047e2a4573a017194 (patch)
tree0030e666b55cdfcd04d8d357140d29858fe61d88 /tools/testing/selftests/livepatch/settings
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching (diff)
downloadlinux-dev-29d968e13007e067b35d41a047e2a4573a017194.tar.xz
linux-dev-29d968e13007e067b35d41a047e2a4573a017194.zip
selftests/livepatch: Disable the timeout
Commit 852c8cbf34d3 ("selftests/kselftest/runner.sh: Add 45 second timeout per test") introduced a timeout per test. Livepatch tests could run longer than 45 seconds, especially on slower machines. They do not hang and they detect if something goes awry with internal accounting. Better than looking for an arbitrary value, just disable the timeout for livepatch selftests. Signed-off-by: Miroslav Benes <mbenes@suse.cz> Reviewed-by: Joe Lawrence <joe.lawrence@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/livepatch/settings1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/livepatch/settings b/tools/testing/selftests/livepatch/settings
new file mode 100644
index 000000000000..e7b9417537fb
--- /dev/null
+++ b/tools/testing/selftests/livepatch/settings
@@ -0,0 +1 @@
+timeout=0