diff options
author | Mathieu Desnoyers <[email protected]> | 2019-12-11 11:28:57 -0500 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2019-12-23 10:52:41 -0700 |
commit | af9cb29c5488381083b0b5ccdfb3cd931063384a (patch) | |
tree | 9786413ccdd18d6f6d6d8851d19145b3cf3d4580 | |
parent | b1b35201bcf411191986eefdef5f5fb5f41cd879 (diff) |
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 <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra (Intel) <[email protected]>
Cc: "Paul E. McKenney" <[email protected]>
Cc: Boqun Feng <[email protected]>
Cc: "H . Peter Anvin" <[email protected]>
Cc: Paul Turner <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
-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 |