diff options
author | Johannes Holland <johannes.holland@infineon.com> | 2022-06-28 16:39:27 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-06-28 13:31:10 -0600 |
commit | 6b56f5f1ef93ec1b34dee1ef72da33ec046f82be (patch) | |
tree | f9167f4be348e6e6c2eaa9a000d35af967f1ca91 | |
parent | 43fe0cc46b6206b25f0f13bb249f0078441ae15a (diff) | |
download | lwn-6b56f5f1ef93ec1b34dee1ef72da33ec046f82be.tar.gz lwn-6b56f5f1ef93ec1b34dee1ef72da33ec046f82be.zip |
selftests/tpm2: increase timeout for kselftests
Due to CreatePrimary commands which need to create RSA keys of
increasing size, the timeout value need to be raised, as well.
Default is 45s.
Fixed git am white space warns:
Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Johannes Holland <johannes.holland@infineon.com>
Signed-off-by: Stefan Mahnke-Hartmann <stefan.mahnke-hartmann@infineon.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-rw-r--r-- | tools/testing/selftests/tpm2/settings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/tpm2/settings b/tools/testing/selftests/tpm2/settings new file mode 100644 index 000000000000..a62d2fa1275c --- /dev/null +++ b/tools/testing/selftests/tpm2/settings @@ -0,0 +1 @@ +timeout=600 |