diff options
author | Johannes Holland <[email protected]> | 2022-06-28 16:39:27 +0200 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2022-06-28 13:31:10 -0600 |
commit | 6b56f5f1ef93ec1b34dee1ef72da33ec046f82be (patch) | |
tree | f9167f4be348e6e6c2eaa9a000d35af967f1ca91 | |
parent | 43fe0cc46b6206b25f0f13bb249f0078441ae15a (diff) |
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 <[email protected]>
Signed-off-by: Johannes Holland <[email protected]>
Signed-off-by: Stefan Mahnke-Hartmann <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
-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 |