diff options
author | Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | 2019-12-11 17:28:57 +0100 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-12-23 18:52:41 +0100 |
commit | af9cb29c5488381083b0b5ccdfb3cd931063384a (patch) | |
tree | 9786413ccdd18d6f6d6d8851d19145b3cf3d4580 /tools/testing/selftests | |
parent | kunit/kunit_tool_test: Test '--build_dir' option run (diff) | |
download | linux-af9cb29c5488381083b0b5ccdfb3cd931063384a.tar.xz linux-af9cb29c5488381083b0b5ccdfb3cd931063384a.zip |
rseq/selftests: Turn off timeout setting
As the rseq selftests can run for a long period of time, disable the
timeout that the general selftests have.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: "Paul E. McKenney" <paulmck@linux.ibm.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: "H . Peter Anvin" <hpa@zytor.com>
Cc: Paul Turner <pjt@google.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r-- | tools/testing/selftests/rseq/settings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rseq/settings b/tools/testing/selftests/rseq/settings new file mode 100644 index 000000000000..e7b9417537fb --- /dev/null +++ b/tools/testing/selftests/rseq/settings @@ -0,0 +1 @@ +timeout=0 |