selftests/livepatch: Disable the timeout
authorMiroslav Benes <mbenes@suse.cz>
Fri, 25 Oct 2019 11:50:41 +0000 (13:50 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 25 Oct 2019 17:59:12 +0000 (19:59 +0200)
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>
tools/testing/selftests/livepatch/settings [new file with mode: 0644]

diff --git a/tools/testing/selftests/livepatch/settings b/tools/testing/selftests/livepatch/settings
new file mode 100644 (file)
index 0000000..e7b9417
--- /dev/null
@@ -0,0 +1 @@
+timeout=0